Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/coderberry/react-browserify-gulp
- Owner: coderberry
- Created: 2014-10-31T04:09:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-13T14:12:49.000Z (almost 10 years ago)
- Last Synced: 2025-01-02T16:22:43.111Z (20 days ago)
- Language: JavaScript
- Homepage:
- Size: 160 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)