Angular template project.
- Angular 4 (Typescript)
- Webpack 3
- Angular Material
- Ahead-of-Time, tree-shaking, compression
- Easy configurable dev-server (protocol, headers etc)
node
, npm
npm i
To run dev server on http://localhost:1111:
npm start
To build project to ./dist:
npm run build