Skip to content

Small sample application for setting react, redux, webpack and dev-tools.

Notifications You must be signed in to change notification settings

hschlichter/react-redux-spa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Small sample application for setting react, redux, webpack and dev-tools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published