Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/softspiders/next-typescript-storybook-snapshot-test

Minimalistic NextJS in TypeScript with Storybook and Snapshot testing
https://github.com/softspiders/next-typescript-storybook-snapshot-test

helloworld javascript js min mini next next-js nextjs snapshot softspider softspiders ss starter storybook template test testing ts typescript

Last synced: about 16 hours ago
JSON representation

Minimalistic NextJS in TypeScript with Storybook and Snapshot testing

Awesome Lists containing this project

README

        

[SOFTSPIDERS](https://github.com/softspiders/softspiders)

# next-typescript-storybook-snapshot-test

Minimalistic NextJS in TypeScript with Storybook and Snapshot testing

## Feature tags

- next
- storybook
- storyshot,
- template
- ts

---

## Direct ancestors - also by code

[Minimalistic NextJS in TypeScript with Storybook](https://github.com/softspiders/next-typescript-storybook)

---

## Install

```sh
yarn
```

---

## Running

```sh
npm run dev
```

---

## Running tests

```sh
npm test
```
---

## Updating snapshots

```sh
npm test -- -u
```

---

## Running Storybook

```sh
npx start-storybook -p 6006 -c .storybook
```

---

## Authors

[Alexander Lapygin](https://github.com/AlexanderLapygin)

---

## Inspired by

[Manuel Schoebel - Jest unit and snapshot testing with TypeScript in a next.js app](https://www.manuel-schoebel.com/blog/nextjs-typescript-storybook-setup)

---

### License

Licensed under the [MIT license](./LICENSE).