This contains aurelia skelton project with webpack 4.1.1 support with TypeScript.
- git clone the repo
- run
npm install
use:
npm start to serve the application in debug mode
npm start -- build to build and minify the application to webpack designated dist folder
After building the application use:
- Install http-server to run locally
npm install http-server --save-dev
- Run:
npm start - serve to serve the application in prod mode.