Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)