Skip to content

consolelabs/superteam-dao-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dwarves NextJS Boilerplate

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 git@github.com:dwarvesf/nextjs-boilerplate.git my-project-name
cd my-project-name
yarn install

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

yarn dev

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

Deployment

Name Link
Boilerplate https://df-nextjs-boilerplate.netlify.app/
UI Docs https://df-nextjs-boilerplate-storybook.netlify.app/

Documentation