Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sleexyz/react-seed

webpack project seed with hot reloading
https://github.com/sleexyz/react-seed

Last synced: 1 day ago
JSON representation

webpack project seed with hot reloading

Awesome Lists containing this project

README

        

# react-seed
webpack project seed with [react-transform](http://github.com/gaearon/babel-plugin-react-transform)

Switchable production/development modes via `$NODE_ENV`

## features
- hot reloading with [react-transform-webpack-hmr](https://github.com/gaearon/react-transform-webpack-hmr)
- error catching with [react-transform-catch-errors](https://github.com/gaearon/react-transform-catch-errors)
- support for jsx, es6, via [babel](https://babeljs.io/)
- support for markdown via [remarkable-loader](https://github.com/unindented/remarkable-loader)
- loaders for sass, css, html, json, images, audio, fonts
- defaults to development mode (hot-reloading); switchable to production mode (minification) via `$NODE_ENV`
- [react-router v1.0](https://github.com/rackt/react-router/tree/master)