Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhaiwat10/isolated-react-component-testing
https://github.com/dhaiwat10/isolated-react-component-testing
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhaiwat10/isolated-react-component-testing
- Owner: Dhaiwat10
- Created: 2021-06-20T23:23:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T12:44:24.000Z (9 months ago)
- Last Synced: 2024-10-05T08:41:00.157Z (about 1 month ago)
- Language: TypeScript
- Size: 205 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Developing & testing React components in Isolation
This repository contains the boilerplate & final code for [this](https://dev.to/dhaiwat10/develop-test-react-components-in-isolation-3714) article.
The `main` branch contains the boilerplate, while the `final` branch contains the complete code.
## How to use
1. `yarn` to install the dependencies
2. `yarn storybook` to start the Storybook server
3. `yarn test --watch` to start the test runner