Pre-requisties:
NPM and Node should be installed. Open terminal:
go to path where you want to clone. git clone https://github.com/sanju-github/react-test.git go to repo directory npm install (This will installed packages mentioned in package.json) npm start (This will start the webpack dev server). Should see compiled successfully don't close this terminal window. webpack server should run all the time open any browser and type localhost:8080
To run test: npm run test:watch