nextjs-boilerplate icon indicating copy to clipboard operation
nextjs-boilerplate copied to clipboard

Opinionated React template for building web applications at scale

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

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:

pnpm dev

Open http://localhost:3000 with your favorite browser to see your project.

Deployment

Environment URL
Prod https://df-nextjs-boilerplate.netlify.app/

Resources

Name Description Link
UI Docs Storybook https://df-nextjs-boilerplate-storybook.netlify.app/
API Docs Swagger https://demo-api.dwarvesf.com/swagger/index.html
API Source Go https://github.com/dwarvesf/go-api.git

Documentation

  • Getting started
  • Tech ecosystem
  • Code style
  • Writing tests
  • Editor
  • Deployment