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

https://github.com/dwarvesf/nextjs-boilerplate

Opinionated React template for building web applications at scale
https://github.com/dwarvesf/nextjs-boilerplate

boilerplate cypress jest nextjs react swr tailwindcss template typescript

Last synced: 2 months ago
JSON representation

Opinionated React template for building web applications at scale

Awesome Lists containing this project

README

        


Dwarves NextJS Boilerplate




Dwarves Foundation


Dwarves Foundation Discord

An opinionated production-ready frontend boilerplate built on top of NextJS,
shipped with TypeScript, SWR, TailwindCSS, Jest, testing-library, Cypress, and
Storybook.

## Quick Start

```bash
git clone --depth=1 [email protected]:dwarvesf/nextjs-boilerplate.git my-project-name
cd my-project-name
pnpm install
```

Then, you can run locally in development mode with live reload:

```bash
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your favorite browser
to see your project.

## Links

| Environment | URL |
| ----------- | ---------------------------------------------------- |
| Preview | https://df-nextjs-boilerplate.netlify.app/ |
| Storybook | https://df-nextjs-boilerplate-storybook.netlify.app/ |

## Documentation

- [Getting started](./docs/GETTING_STARTED.md)
- [Tech ecosystem](./docs/TECH_ECOSYSTEM.md)
- [Code style](./docs/CODE_STYLE.md)
- [Writing tests](./docs/WRITING_TEST.md)
- [Editor](./docs/EDITOR.md)
- [Deployment](./docs/DEPLOYMENT.md)