Angular4, Angular-material2, datavisualization (d3, ng-nvd3, nvd3), Dynamic component loading etc....
-
Open a command prompt in the project's root directory (APM)
-
Type:
npm installThis installs the dependencies as defined in the package.json file. -
Type:
npm startThis launches the TypeScript compiler (tsc) to compile the application and wait for changes. It also starts the lite-server and launches the browser to run the application.