Once the 'Development requirements' have been installed run the following commands to clone the project and install the NPM dependencies:
clonethis reponpm install -g gulp karma karma-cli webpackinstall global cli dependenciesnpm installto install dependencies
- After installing dependencies you can build using
npm run build ./wwwfolder will have all of the built production application files
Run the following command to launch the project in a live-reloading development server:
gulp