####1. Clone this project
$ git clone https://github.com/bhavik3jain/LibertyMutual320Project####2. Make sure you have npm installed globally
More details here https://nodejs.org/en/download/
Check npm version
$ npm -vnpm version should be greater than 3.3
If not install it via:
$ npm install npm@3.3 -g####3. Make sure you have node installed
Install the node version with the Latest Features (At this time of writing v6.9.1 TLS)
####4. On the command prompt run the following commands
$ cd `project-directory`$ npm install$ npm start####4. On the command prompt run the following commands
$ cd `project-directory`$ cd SQL_Server$ node sql_thing.js####4. To build
$ npm run build####5. To clean up old build products
$ npm run clean####6. To open the webapp
go to your web browser
localhost:3002
####7. Changes you Make
---As you make changes, they will all be live and will reflect in the browser right away
---Also whenever you push into the repo, let the rest of the team know so there will be
no merging issues
####8. Code
######8.1 Check code for errors
$ npm run lint
######8.2 Test code base
$ npm run test
######8.3 Deploy code
$ npm run deploy