Skip to content

itiswicked/simple-react-redux-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple React Redux Boilerplate

I created this repo for the purposes of following along with Dan Abromov's egghead tutorials seen here:

Getting Started with Redux

Building React Applications with Idiomatic Redux

If you follow along with these courses you may need to install additional dependencies:

npm install --save expect
npm install --save deep-freeze
npm install --save react-router

And import as needed:

import expect from 'expect';
import deepFreeze from 'deep-freeze';
import { Router, Route, Link } from 'react-router'

To get started:

$ webpack-dev-server

If you have problems with this command and you have not used webpack before, you may need to install webpack globally:

npm install -g webpack

and restart your terminal.

Feel free to just use this repo for what you want!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages