Use a node-style require()
to organize your browser code
and load modules installed by NPM.
Install Node JS to start using NPM to manage the package.json dependencies. These dependencies can be installed using bash (Unix Shell). The command is npm install. In this project's root directory, run the following npm install commands:
npm install
npm install -g gulp
Command for building the UI with gulp using bash:
gulp
Gulp will execute gulpfile.js.