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.
The following tools are required to get this running.
Visit here - download and install the latest, stable version.
This will install npm
automatically.
sudo npm install -g webpack
cd
into the root of the project and run this command
$ npm install
from the root:
$ webpack
$ npm start
Open your browser and navigate to localhost:8080