Skip to content

JFusco/react-router-redux-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-router-redux-example

npm Dependency Status devDependency Status

React + react-router + redux + webpack starter project

This repository was created to demonstrate a simple application that uses redux and react-router-redux to pass data throughout the application using the container pattern.

Requirements

The following tools are required to get this running.

Dev tools

  • Node ~6.2.2 ~NPM will install automatically
  • NPM ~3.9.5
  • Webpack ~1.13.1

Installation

Install Node

Visit here - download and install the latest, stable version. This will install npm automatically.

Install Webpack globally

sudo npm install -g webpack

Install dependencies

cd into the root of the project and run this command

$ npm install

Compile

from the root:

$ webpack

Run project

$ npm start

Open your browser and navigate to localhost:8080