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

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: 1 day ago
JSON representation

Minimalistic NextJS in TypeScript with Storybook

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).