Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/coderberry/react-browserify-gulp

React Starter Kit with Browserify and Gulp
https://github.com/coderberry/react-browserify-gulp

Last synced: 12 days ago
JSON representation

React Starter Kit with Browserify and Gulp

Awesome Lists containing this project

README

        

React Starter Kit
=================

Uses:

- [React Router](https://github.com/rackt/react-router)
- [Browserify](http://browserify.org/)
- [Gulp](http://gulpjs.com/)
- [Testem](https://github.com/airportyh/testem)

```sh
$ npm install
$ ./bin/gulp dev
# open http://localhost:4000

$ testem # run tests
```

To run tests, you must also have `gulp dev` running in order to build the tests.

### Generator Examples

```
generate element Foo
```

### Contributing

I welcome pull requests :)