Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/becklyn-studios/nextjs-typescript-styled-components
A Next.js, Typescript, Styled Components and Playwright template.
https://github.com/becklyn-studios/nextjs-typescript-styled-components
nextjs storybook styled-components typescript
Last synced: 9 days ago
JSON representation
A Next.js, Typescript, Styled Components and Playwright template.
- Host: GitHub
- URL: https://github.com/becklyn-studios/nextjs-typescript-styled-components
- Owner: Becklyn-Studios
- Created: 2022-11-22T14:19:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T08:19:47.000Z (6 months ago)
- Last Synced: 2024-05-21T09:40:57.858Z (6 months ago)
- Topics: nextjs, storybook, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 1000 KB
- Stars: 0
- Watchers: 3
- 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/), [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.