Skip to content

nickfujita/react-redux-starter-kit

 
 

Repository files navigation

react-redux-starter-kit

Dependency Status devDependency Status

Get started with React.js and Redux.

Requirements

  • Node.js 5.x or newer

Stack

  • React.js ^0.14.3 a javascript library for building user interfaces
  • React-Redux ^4.0.1 a predictable state container for Javascript apps
  • Babel 6.x.x for ES6+ support
  • Immutable Immutable persistent data collections for Javascript
  • Webpack module loader and bundler

Getting started

Just clone the repo and start:

$ git clone https://github.com/LeoLeBras/react-redux-starter-kit.git myAwesomeApp
$ cd myAwesomeApp
$ npm i                         # Install Node.js components listed in ./package.json
How to use ?
$ npm start                     # or: env BABEL_ENV=development UV_THREADPOOL_SIZE=100 DEBUG=true NODE_ENV=DEV node server.js

This will start a lightweight development server (webpack dev server) with live reloading.

How to build for production ?
$ npm run build                 # or: env BABEL_ENV=production UV_THREADPOOL_SIZE=100 DEBUG=false NODE_ENV=PROD webpack

About

Get started with React.js and Redux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.4%
  • CSS 21.1%
  • HTML 5.5%