Skip to content

A basic running example of React with Redux architecture (including async actions), React-Router 4, Babel 6, Webpack 3 and Less

License

Notifications You must be signed in to change notification settings

2slow/react-redux-from-scratch

Repository files navigation

react-redux-from-scratch

A basic running example of React with Redux architecture (including async actions) Babel 6, Webpack 3, React router 4, and reducers tests.

Installation

Just git clone & npm install:

git clone https://github.com/2slow/react-redux-from-scratch.git
cd react-from-scratch
npm install

Then use it with the following commands

Run the dev server:

npm run dev

And open the url localhost:3006.

Build project (in dist directory by default):

npm run compile

Run the tests:

npm run test

You can also automatically run tests on file modification:

npm run test:watch

About

A basic running example of React with Redux architecture (including async actions), React-Router 4, Babel 6, Webpack 3 and Less

Resources

License

Stars

Watchers

Forks

Packages

No packages published