React Redux Project Template
Project template: React + Redux
Technical Stack
- React
- Redux
- Redux Saga
- Redux selector patterns
- Sass/css
- Jest
- Webpack 3
Getting Started
Prerequisites
- Let's learn React and Redux with Javascript's new ES6 syntax, from Beginner to Intermediate to Advanced.
- A introduction about Redux
- Real World Redux
- The power of higher-order reducers
- Delightful JavaScript Testing
- Redux Saga
Installing
- Development
- Start Webpack dev server
npm start
- Format code styles
npm run lint (lint js)
npm run sass-lint (lint scss)
or one cmd for both
npm run analyze
- Production build
npm run build
Then, built packages is located at [workspace]/dist.
Contributing
Fork it! Create your feature branch: git checkout -b my-new-feature Commit your changes: git commit -am 'Add some feature' Push to the branch: git push origin my-new-feature Submit a pull request
Authors
- Mann - Initial work - Mann