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

https://github.com/chadtech/react-gulp-browserify-boilerplate

React Gulp Browserify Boilerplate
https://github.com/chadtech/react-gulp-browserify-boilerplate

Last synced: about 1 year ago
JSON representation

React Gulp Browserify Boilerplate

Awesome Lists containing this project

README

          

# HI THERE

This is my

# React Gulp Browserify Boilerplate

Its basically a template of a React app how I would like to make it, with the dependencies I would like to use. Maybe it has the dependencies you would like to use too.

How to get going..
```
> git clone https://github.com/Chadtech/react-gulp-browserify-boilerplate new-project
> cd new-project
> npm install
> gulp

then open up http://localhost:2980
```

This repo is organized as ..
```
dist/ -- Your production-ready app
development/ -- Your development app
index.html
source/ -- Source files
app.jsx
Actions/
Field.jsx
Styles/
Main.styl
point.styl
input-field.styl
server/
app.js
gulpFile.js