This project is bootstrapped by aurelia-cli.
For more information, go to https://aurelia.io/docs/cli/cli-bundler
Run au run
, then open http://localhost:9000
To open browser automatically, do au run --open
.
To change dev server port, do au run --port 8888
.
Run au build --env prod
.
Run au test
(or au jest
).
To run in watch mode, au test --watch
or au jest --watch
.
You need the app running for integration test.
First, run au run
and keep it running.
Then run au protractor
.