https://github.com/bruceman/react-demo
react demo project (browserify,gulp,babel)
https://github.com/bruceman/react-demo
babel browserify demo gulp reactjs
Last synced: about 2 months ago
JSON representation
react demo project (browserify,gulp,babel)
- Host: GitHub
- URL: https://github.com/bruceman/react-demo
- Owner: bruceman
- Created: 2017-06-21T07:58:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T10:24:51.000Z (about 9 years ago)
- Last Synced: 2025-04-01T15:51:30.592Z (about 1 year ago)
- Topics: babel, browserify, demo, gulp, reactjs
- Language: JavaScript
- Size: 187 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react demo project (browserify,gulp,babel)
### install dependencies
> npm install
### build project
> gulp build
### delete build output
> gulp clean
### access index.html
### notes
make sure install gulp-cli on global thus we can use gulp on command line
> npm install -g gulp-cli