An open API service indexing awesome lists of open source software.

https://github.com/dev-jeromebaek/react-test-tutorials

🎨👠❗️💻
https://github.com/dev-jeromebaek/react-test-tutorials

Last synced: 4 months ago
JSON representation

🎨👠❗️💻

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