Skip to content

SlothFriend/ReduxSimpleStarter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReduxSimpleStarter

This is a boilerplate starter package for getting a React-Redux app up and running, ready for development. Comes equipped with Webpack, Babel, Mocha/Chai for testing, and Redux setup.

Getting Started

Checkout this repo, install dependencies, then start the webpack server:

> git clone https://github.com/SealedSaint/ReduxSimpleStarter.git
> cd ReduxSimpleStarter
> npm install
> npm start

Examples in Branches

Checkout the different branches to look for functioning examples that showcase different aspects of React and/or Redux. These branches are meant to be functioning references for specific pieces of functionality

Some of of the examples include:

  1. React-only basics (no redux) YouTubeApp
  2. Redux basics (minimal app) BookListApp
  3. API calls with Redux WeatherApp
  4. Programmatic Testing TestingApp
  5. React Higher Order Components (HOC) HigherOrderComponentsApp
  6. Redux Middleware MiddlewareApp

About

Boilerplate starter for React-Redux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.3%
  • HTML 10.7%