Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/timfuhrmann/next-styled-components-jest-storybook

A Next.js, Styled Components, Typescript, Jest and Storybook boilerplate.
https://github.com/timfuhrmann/next-styled-components-jest-storybook

jest nextjs prettier react storybookjs styled-components typescript

Last synced: about 2 months ago
JSON representation

A Next.js, Styled Components, Typescript, Jest and Storybook boilerplate.

Awesome Lists containing this project

README

        

This boilerplate is a [Next.js](https://nextjs.org/) project using [Typescript](https://www.typescriptlang.org/), [Jest](https://jestjs.io/), [Storybook](https://storybook.js.org/) and [Styled Components](https://styled-components.com/).

Additionally a [Prettier](https://prettier.io/) configuration can be adjusted or removed within `package.json`.

Furthermore a custom theme provider is already included to support light and dark mode.

## Getting Started

### Development server

```bash
npm run dev
# or
yarn dev
```

### Storybook

```bash
npm run storybook
# or
yarn storybook
```

### Jest
```bash
npm run test
# or
yarn test
```