Introduction

Aurelia application development process before Monterey

In order to start the development of my new aurelia application I will clone one of the templates from the aurelia skeleton navigation repository - say skeleton esnext.

git clone https://github.com/aurelia/skeleton-navigation.git

This will get me all 6 skeleton applications, so I would grab a copy of the skeleton typescript and put it in a new folder to start my development by running the following commands:

npm install
jspm install
gulp watch

At this point, I will start my development using my tools of choice - Sublime editor, Chrome browser and Cmder console.



Image 1

Summary: I used the browser to get the GitHub reference needed to clone the repository based skeleton. Then I copy this reference to the clipboard and switch to the console app to run local git and pass the GitHub reference to create the clone. At that point I would use Sublime, Cmder and Chrome to build and run my application. The process of switching between these tools and passing various information between them is completely my responsibility.



results matching ""

    No results matching ""