/typescript-aurelia-web-client

Aurelia Typescript Single Page Application (SPA) Web Client

Primary LanguageTypeScript

typescript-aurelia-web-client

This project is bootstrapped by aurelia-cli.

Single Page Application (SPA) Web Client

  • Front-end [ aurelia, typescript, webpack, leaflet ]
  • Components: [ mocha, chai, lodash, axios ]
  • Backend [ hapi-auth-cookie, hapi-auth-jwt, json-web-token ]

For more information, go to https://aurelia.io/docs/cli/webpack

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 jest).

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