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

https://github.com/fed/react-example


https://github.com/fed/react-example

Last synced: about 2 months ago
JSON representation

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.

![Screenshot](http://i.imgur.com/v9RCl1i.png)

## 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` |