React project scaffolding
git clone [email protected]:MentorWebServiceTeam/react-scaffold.git
npm installOpen two terminal windows, then open http://localhost:8080/home in your browser.
# Window 1
npm start
# Window 2
npm run webpack:watchnpm run test
# or
npm run test:watch
# or
npm run test:cov