Skip to content

charlesbdudley/react-boilerplate

 
 

Repository files navigation

Bolierplate for React projects

An simple webpack boilerplate for React projects.

Features

Usage

  • yarn start - Start webpack server for developement
  • yarn test - Run tests with Jest
  • yarn run lint - Lint files with ESLint
  • yarn run flow - Typecheck files with Flow
  • yarn run build - Build bundle for production
  • yarn run clean - Cleanup build directories

Check the scripts section in package.json for more details.

About

An simple webpack boilerplate for React projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.6%
  • HTML 2.4%