https://github.com/leshow/react-hot-loader-boilerplate
https://github.com/leshow/react-hot-loader-boilerplate
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leshow/react-hot-loader-boilerplate
- Owner: leshow
- Created: 2016-05-11T02:39:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-12T17:04:17.000Z (about 10 years ago)
- Last Synced: 2025-08-03T09:25:01.670Z (11 months ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-hot-loader-boilerplate
Full featured boilerplate integrating gaearon's [react-hot-loader 3 beta](https://github.com/gaearon/react-hot-boilerplate/)
includes:
- react
- redux
- react-router
- react-router-redux
- webpack production/dev builds
- mocha
- eslint
- babel
- sass
I borrowed the demo application from [react-slingshot](https://github.com/coryhouse/react-slingshot) and updated it to work with RHL. I added a few things that I needed (react-router-redux and console logging middleware) that aren't found in react-slingshot
### Usage
```
npm install
npm start
open http://localhost:3000
```
Enjoy.