Skip to content

A new Webpack boilerplate with hot reloading React components, and error handling on module and component level.

License

Notifications You must be signed in to change notification settings

cookpete/react-transform-boilerplate

 
 

Repository files navigation

React Transform Boilerplate

Build Status Dependency Status devDependency Status

CookPete’s beefed up version of react-transform-boilerplate, with:

  • Cleaner naming of stuff
  • Better index file handling
  • Cleaner code using standard code style
    • Lint with npm run lint:js
  • SASS and CSS modules support
    • npm run lint:css
    • Requires scss-lint gem to be installed: gem install scss-lint
  • Basic shallow render testing
    • npm run test

About

A new Webpack boilerplate with hot reloading React components, and error handling on module and component level.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.5%
  • HTML 8.5%
  • CSS 1.0%