Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/softspiders/next-typescript-storybook-snapshot-test
- Owner: softspiders
- License: mit
- Created: 2019-11-12T03:43:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-09T01:15:59.000Z (almost 3 years ago)
- Last Synced: 2024-04-23T22:43:28.101Z (7 months ago)
- Topics: helloworld, javascript, js, min, mini, next, next-js, nextjs, snapshot, softspider, softspiders, ss, starter, storybook, template, test, testing, ts, typescript
- Language: TypeScript
- Size: 360 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).