An opinionated production-ready frontend boilerplate built on top of NextJS, shipped with TypeScript, SWR, TailwindCSS, Jest, testing-library, Cypress, and Storybook.
git clone --depth=1 git@github.com: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.
Environment | URL |
---|---|
Preview | https://df-nextjs-boilerplate.netlify.app/ |
Storybook | https://df-nextjs-boilerplate-storybook.netlify.app/ |