Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.16 KB

File metadata and controls

35 lines (25 loc) · 1.16 KB

🚀 react-redux-bootcamp boilerplate

This package can be used as the base for a new react project.

This react boilerplate uses:

How to use this boilerplate

Clone `https://github.com/jabdul/react-redux-bootcamp.git`

$ cd <react-redux-bootcamp>
$ yarn install

## run storybook...
$ yarn run storybook


## run build...
$ yarn run dev