Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```