Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 726 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 726 Bytes

react-redux-storybook-boiler

CircleCI Codacy Badge MIT License

command

# start
$ npm start

# start storybook
$ npm run storybook

# build
$ npm run build

# code check
$ npm run lint

# test
$ npm run test