Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softspiders/react-ts-storybook-storyshots
Minimalistic React module in TypeScript with Storybook and Snapshot testing
https://github.com/softspiders/react-ts-storybook-storyshots
min react snapshot softspider softspiders ss storybook storyshot template test testing ts typescript
Last synced: 30 days ago
JSON representation
Minimalistic React module in TypeScript with Storybook and Snapshot testing
- Host: GitHub
- URL: https://github.com/softspiders/react-ts-storybook-storyshots
- Owner: softspiders
- License: mit
- Created: 2020-01-01T10:05:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T18:58:47.000Z (about 2 years ago)
- Last Synced: 2024-11-15T09:17:23.773Z (3 months ago)
- Topics: min, react, snapshot, softspider, softspiders, ss, storybook, storyshot, template, test, testing, ts, typescript
- Language: HTML
- Size: 2.05 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[SOFTSPIDERS](https://github.com/softspiders/softspiders)
# react-ts-storybook-storyshots
Minimalistic React module in TypeScript with Storybook and Storyshots
## Feature tags
- jest
- react
- snapshot
- starter
- storybook
- storyshot
- template
- test
- typescript
- ui---
## Direct ancestors
- [typescript-test](https://github.com/softspiders/typescript-test)
- [typescript](https://github.com/softspiders/typescript)## Direct descendants - also by code
- [***+lerna***: lerna-react-ts-storybook-storyshot-starter](https://github.com/softspiders/lerna-react-ts-storybook-storyshot-starter)
- [***+cra, lerna***: cra-ts-uilib-storybook-storyshots-lerna](https://github.com/softspiders/cra-ts-uilib-storybook-storyshots-lerna)---
## Requirements
* [Node.js](https://nodejs.org/en/download/package-manager/)
* [TypeScript](https://www.typescriptlang.org/)
* [Storybook](https://storybook.js.org/docs/guides/quick-start-guide/)---
## Istallation
```sh
yarn
```or
```sh
npm i
```## Running
### Test
```sh
yarn test
```### Build
```sh
yarn build
```### Start
```sh
yarn start
```### Storybook
```sh
yarn storybook
```---
## Author
[Alexander Lapygin](https://github.com/AlexanderLapygin)
---
### License
Licensed under the [MIT license](./LICENSE).
---
## Inspired by
[shisama/react-storybook-storyshots-example](https://github.com/shisama/react-storybook-storyshots-example)