git clone https://github.com/lifecompilers/react-boilerplate.git
cd react-boilerplate
npm install
npm start - Start App
npm test - Unit test
npm run lint - Linting
npm run e2e-test - Launch standalone selenium server and run webdriverIO tests:)
npm run report - View WebdriverIO test report
npm run postinstall - In case of Selenium driver not found error, manually run post install script