- Install Node JS Node JS Install
- If testing locally, without an lcmp server, install local http server
- Open command line and execute the following:
npm install http-server -g
- Install Gulp
- Open command line and execute the following:
npm install -g gulp
- Navigate to Contractor Surveillance module client root folder and open command prompt at that location.
- Install project dependencies
npm install --save-dev
#Building Source Code
- Navigate to root folder and open command prompt at that location.
- Run gulp build for that project:
gulp build-min --production
- If you don't want to run this command evey time a file changes, run the following instead:
gulp watch-build-min --production