React + Redux + Webpack Boilerplate

Base project for setting up a frontend application using React and Redux.

Requirements

  • node ^4.2.0
  • npm ^3.0.0

Installation

  • npm install

Running the Dev Server

After setting up the project, type npm run dev to start the webpack dev server.

Visit http://localhost:8080/

Test

After setting up the project, type npm test to start Karma and run tests.

Compiling for production

To compile the Javascript bundle for production, use npm run build.

Getting Started

Just clone the repo and install the necessary node modules:

$ git clone https://github.com/maro1987/react-redux-starter-boilerplate.git
$ cd react-redux-starter-boilerplate
$ npm install                   # Install Node modules listed in ./package.json (may take a while the first time)

Features