Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/timfuhrmann/next-styled-components-jest-storybook
- Owner: timfuhrmann
- Created: 2021-06-24T14:40:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-24T16:44:54.000Z (over 3 years ago)
- Last Synced: 2024-10-19T07:13:20.556Z (3 months ago)
- Topics: jest, nextjs, prettier, react, storybookjs, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 204 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```