Aurelia App from the official tutorial.
- Install the Aurelia CLI tool
sudo npm install aurelia-cli -g
- Install dependencies
npm install
- Run the app
au run --watch
- Open in browser
http://localhost:9000
Aurelia App from the official tutorial.
sudo npm install aurelia-cli -g
npm install
au run --watch
http://localhost:9000