https://github.com/fed/react-example
https://github.com/fed/react-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fed/react-example
- Owner: fed
- Created: 2017-01-07T17:52:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-07T18:13:47.000Z (over 8 years ago)
- Last Synced: 2025-01-18T13:33:12.747Z (3 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-example
Based on the [Build Web Apps with React JS and Flux](https://www.udemy.com/learn-and-understand-reactjs) course by Stephen Grider.

## Prerequisites
* Node.js (https://nodejs.org/)
## Development Tasks
| Command | Description |
|---------|-------------|
| `npm install` | Fetch dependencies and build binaries for any of the modules |
| `npm start` | Run all Gulp tasks and fire up webserver, app will go live on `http://localhost:6789` |