jokezer / base_react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Base Orders Application

Base react demo application builded with gulp, stylus and webpack. The internal data flow is handled with Reflux and the routing is managed with the React-Router.

This starterkit does not include some fancy UI stuff but is a lightweight starting point for your next react app.

Get the kit

$ git clone https://github.com/wbkd/react-starterkit.git && cd react-starterkit

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 jest to test our application.
You can run the tests that are defined under app/scripts/__tests__ with

$ npm test

###Requirements

  • node
  • npm
  • gulp

About

License:MIT License


Languages

Language:JavaScript 97.4%Language:HTML 2.6%