abhagsain / nextjs-tailwind-storybook-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boilerplate template for Next.js + Storybook + Tailwind CSS

Screenshot

It uses plop to create a consistent component folder structuure

Scripts available

  "scripts": {
    "dev": "next",
    "build": "next build",
    "start": "next start",
    "plop": "plop",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook"
  },

About


Languages

Language:JavaScript 71.7%Language:HTML 25.7%Language:CSS 2.6%