https://github.com/dev-jeromebaek/react-test-tutorials
🎨👠❗️💻
https://github.com/dev-jeromebaek/react-test-tutorials
Last synced: 4 months ago
JSON representation
🎨👠❗️💻
- Host: GitHub
- URL: https://github.com/dev-jeromebaek/react-test-tutorials
- Owner: Dev-Jeromebaek
- License: mit
- Created: 2019-10-24T04:37:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-24T08:40:47.000Z (over 5 years ago)
- Last Synced: 2024-04-14T05:09:40.710Z (about 1 year ago)
- Language: JavaScript
- Size: 484 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-test-tutorials
🎨👠❗️💻### Add Storybook:
npx -p @storybook/cli sb init### Run the test runner (Jest) in a terminal:
yarn test### Start the component explorer on port 9009:
yarn run storybook### Run the frontend app proper on port 3000:
yarn start### Install Redux
yarn add react-redux redux### Testing
yarn add storybook-chromatic### Addon
yarn add @storybook/addon-knobs