Install client dependencies using below steps
- Open commmand prompt and navigate to ProjectPath/ directory
- Run below command
$ npm i
Wait for few minutes, this will install all the dependencies
- Run below command to start client once all dependencies are installed
$ npm start
Great Job !!! Your infrastructure is ready.
- Open command prompt and navigate to ProjectPath/
- Run below command
$ npm run sass-compile
- Open command prompt and navigate to ProjectPath/
- Run below command
$ npm run test
- Validate the test results and code coverage on the command prompt
- Validate the html output of code coverage in ProjectPath/coverage/lcov-report/index.html