Skip to content

babonales/react-boilerplate

 
 

Repository files navigation

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

About

React with Webpack, Babel, ESLint, Jest.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.5%
  • SCSS 16.7%
  • HTML 3.8%