Node.js version 6.x or higher, NPM 3.x or higher.
npm installDevelopment mode:
npm startProduction mode (with minified code, AOT and Tree Shaking):
npm run start:prodRunning 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 buildor
npm run build:prod