Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timfuhrmann/nextjs-typescript-styled-components
A Next.js, Typescript, Styled Components, Playwright and Storybook template.
https://github.com/timfuhrmann/nextjs-typescript-styled-components
nextjs playwright react storybook styled-components typescript
Last synced: 2 months ago
JSON representation
A Next.js, Typescript, Styled Components, Playwright and Storybook template.
- Host: GitHub
- URL: https://github.com/timfuhrmann/nextjs-typescript-styled-components
- Owner: timfuhrmann
- Created: 2021-06-09T15:30:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T11:41:13.000Z (4 months ago)
- Last Synced: 2024-10-05T22:37:33.612Z (3 months ago)
- Topics: nextjs, playwright, react, storybook, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 469 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**OUTDATED**
This boilerplate is a [Next.js](https://nextjs.org/) project using [Typescript](https://www.typescriptlang.org/), [Styled Components](https://styled-components.com/), [Playwright](https://playwright.dev/) and [Storybook](https://storybook.js.org/).
## Getting Started
Run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.