When installing the Aurelia navigation skeleton app it is far to overwhelming with all the 3rd party modules and ready-made scripts it uses. For me who have a good picture of wh
I would definitely use the aurelia-cli for this.
Do the following: npm install -g aurelia-cli
npm install -g aurelia-cli
Then to start a new project do: au new project-name
au new project-name
to run your project do: au run --watch
au run --watch
I really feel the aurelia-cli "is the future" for aurelia!