/react-transform-boilerplate

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

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

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