Skip to content

jahidhasanshuvo/WEBPACK-REACT-REDUX-TYPESCRIPT-STORYBOOK.boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOILERPLATE

REACT  REDUX  WEBPACK  TYPESCRIPT  STORYBOOK 

What's Included

  • 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

INSTALLATION

  1. clone the project
  2. cd /project-directory
  3. npm install or yarn
  4. npm start or yarn start for run the project
  5. npm run storybook or yarn storybook for running the storybook

LIVE DEMO

https://boilerplate-redux-typescript.herokuapp.com/

storybook: https://boilerplate-redux-typescript.herokuapp.com/storybook

License

MIT