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
- Lint with
- 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