Skip to content

comeoninc/aurora

Repository files navigation

amich-aurora

Run dev app

Run au run, then open http://localhost:8080

To open browser automatically, do au run --open.

To change dev server port, do au run --port 8888.

To enable Webpack Bundle Analyzer, do au run --analyze.

To enable hot module reload, do au run --hmr.

Build for production

Run au build --env prod.

Unit tests

Run au test (or au karma).

To run in watch mode, au test --watch or au karma --watch.

Integration (e2e) tests

You need the app running for integration test.

First, run au run and keep it running.

Then run au cypress to run cypress in interactive mode.

To perform a test-run and reports the results, do au cypress --run.

This project is bootstrapped by aurelia-cli. For more information, go to https://aurelia.io/docs/cli/webpack

About

Custom Bootstrap for interface performance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published