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
- Host: GitHub
- URL: https://github.com/chadtech/react-gulp-browserify-boilerplate
- Owner: Chadtech
- Created: 2017-04-02T01:29:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-02T02:29:11.000Z (about 9 years ago)
- Last Synced: 2025-02-16T07:42:00.630Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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