Get prototypes out like there's no tomorrow. Using Photoshop, Illustrator, Sketch and the like was fun while it lasted. Let's face it, they don't work any more. Prototype web apps on the web, for the web.
- ✅ React (no fancy stuff)
- ✅ SASS support
- ✅ LESS support
- ✅ PostCSS
- ✅ Flexboxgrid + normalize.css
- ✅ Webpack:
- ✅ Autoprefixer
- ✅ Babel 6
- ✅ Watch / hot reload (no fancy stuff)
- ✅ ESLint
- Make that prototype already 🙌!
npm inpm run protonpm run lintWebpack lints automatically on save. To disable it, comment out the preLoaders part in config/webpack.js.