- Node.js version 6.x or higher, NPM 3.x or higher.
- Build for production mode requires Java installed because we use Java-based Google Closure Compiler.
npm install
Development mode:
npm start
Production mode (with minified code, AOT and Tree Shaking):
npm run start:prod
Running application is available at http://localhost:3000/. It runs in the watch mode.
Distributed application can be found in the dist
folder after running
npm run build
or
npm run build:prod