Skip to content

sandyjoshi/react_reflux_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Demo

React Starter kit is used for generating the repo. This Ui frame work is used.

To Run

$ git clone https://github.com/sandyjoshi/react_simple.git && cd react_simple

Installation

Install all dependencies.

$ npm install

Development

Builds the application and starts a webserver with livereload. By default the webserver starts at port 1337. You can define a port with $ gulp --port 3333.

$ npm start

Build

Builds a minified version of the application in the dist folder.

$ gulp build --type production

Testing

We use Mocha to test our application.
You can run the tests that are defined under test with

$ mocha --compilers js:babel-core/register

Javascript

Javascript entry file: app/scripts/main.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published