Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.