redux
redux-persist
redux middleware
[Thunk & logger]redux toolkit
redux devtools extentions
types for react state, dispatch function (normal and async)
redux examples for simple todo
[How to use redux state, function (sync and async) both in functional and class component]webpack
webpack optimization
react-router
storybook
module sass
global sass
sass globimporter
[ no need to import every scss file. Can be imported in one file just by one or two line using *. import scss in assests/styles/index.scss.]image & icon support
clone the project
cd /project-directory
npm install
oryarn
npm start
oryarn start
for run the projectnpm run storybook
oryarn storybook
for running the storybook
https://boilerplate-redux-typescript.herokuapp.com/
storybook: https://boilerplate-redux-typescript.herokuapp.com/storybook
MIT