Install aurelia-cli and dependencies
npm install aurelia-cli -g
npm install
au run --watch
Run the following build command:
au build --env prod
Then copy the file index.html and the folder /scripts to the main deployment folder on your server.
Install aurelia-cli and dependencies
npm install aurelia-cli -g
npm install
au run --watch
Run the following build command:
au build --env prod
Then copy the file index.html and the folder /scripts to the main deployment folder on your server.