To build the code and run the project, follow these steps.
- Ensure that NodeJS is installed. This provides the platform on which the build tooling runs.
- Install Aurelia CLI. Execute the following command:
npm install aurelia-cli -g
- From the project folder, execute the following command:
npm install
- To build the code, you can now run:
au run --watch
-
You will find the bundled app code in the
wwwroot/scripts
folder. -
Browse to localhost:9000