react-boilerplate React with Webpack, Babel, ESLint, Jest. To Run This Project First, install all needed dependencies npm i Then, start the server npm run dev To Build This Project npm run build To Run Test npm run test To Run Test Coverage npm run test:coverage To Run lint npm run lint