Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 842 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 842 Bytes

React-Redux-SPA

Codeship Status for hschlichter/react-redux-spa

This is a small sample app for setting up react, redux, webpack and dev-tools.

Make sure you have Node.js installed.

# Check version.
$ node -v

If version is lower than v5.3, please upgrade. You can grab the latest stable version from here

https://nodejs.org/en/

or install through your favorite package manager.

Dependencies

# Install grunt globally.
$ npm install -g grunt-cli

# Install webpack globally.
$ npm install -g webpack webpack-dev-server

Installation

# Install packages
$ npm install

# Run initial setup.
$ grunt

Developing

# Start webpack-dev-server
$ npm start