Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bloodyowl/react-boilerplate
boilerplate for a react project
https://github.com/bloodyowl/react-boilerplate
Last synced: 2 months ago
JSON representation
boilerplate for a react project
- Host: GitHub
- URL: https://github.com/bloodyowl/react-boilerplate
- Owner: bloodyowl
- Created: 2015-03-16T10:52:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-29T12:18:26.000Z (over 9 years ago)
- Last Synced: 2024-08-29T18:38:17.548Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 195 KB
- Stars: 30
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-boilerplate
> starter-kit for a react project
## features
- dev mode with hot replacement module
- build mode
- react-router
- testing
- cache manifest generation
- cssnext
- whatwg-fetch
- documentation generation![](http://cl.ly/aFjt/Screen%20Shot%202015-03-16%20at%2020.55.34.png)
## install
```console
$ git clone [email protected]:bloodyowl/react-boilerplate.git
$ cd react-boilerplate
$ npm install
```## dev mode
```console
$ npm start
```## build mode
```console
$ npm run build
```## test mode
```console
$ npm test
```