Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softspiders/next-typescript-storybook
Minimalistic NextJS in TypeScript with Storybook
https://github.com/softspiders/next-typescript-storybook
hello-world helloworld min minimalist next next-js nextjs react softspider softspiders ss storybook template test testing typescript ui
Last synced: about 1 month ago
JSON representation
Minimalistic NextJS in TypeScript with Storybook
- Host: GitHub
- URL: https://github.com/softspiders/next-typescript-storybook
- Owner: softspiders
- License: mit
- Created: 2019-11-11T13:31:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:47:00.000Z (almost 2 years ago)
- Last Synced: 2024-09-27T18:20:18.774Z (about 2 months ago)
- Topics: hello-world, helloworld, min, minimalist, next, next-js, nextjs, react, softspider, softspiders, ss, storybook, template, test, testing, typescript, ui
- Language: JavaScript
- Size: 1.38 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[SOFTSPIDERS](https://github.com/softspiders/softspiders)
# next-typescript-storybook
Minimalistic NextJS in TypeScript with Storybook## Feature tags
- next
- starter
- storybook
- template
- typescript---
## Direct ancestors
[Minimalistic NextJS project in TypeScript](https://github.com/softspiders/next-typescript)
---
## Direct descendants - also by code
[Minimalistic NextJS in TypeScript with Storybook and Snapshot testing](https://github.com/softspiders/next-typescript-storybook-snapshot-test)
---
## Install
```sh
npm i
```---
## Running
```sh
npm run dev
```---
## Running Storybook
```sh
npx start-storybook -p 6006 -c .storybook
```---
## Authors
[Alexander Lapygin](https://github.com/AlexanderLapygin)
---
## Inspired by
[Manuel Schoebel - Nextjs Typescript Storybook Setup](https://www.manuel-schoebel.com/blog/nextjs-typescript-storybook-setup)
---
### License
Licensed under the [MIT license](./LICENSE).