takeshikriang / next-tailwind-storybook-starter

A boilerplate to help us get started with Next.js, Tailwind CSS and Storybook in no time.

Home Page:next-tailwind-storybook-starter.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A boilerplate to help us get started with Next.js, Tailwind CSS and Storybook in no time.

Main Features

  • Next.js
  • Tailwind CSS
  • Storybook
  • TypeScript support

Additional Features

  • Absolute import
  • Jest and React Testing Library
  • Custom fonts
  • Example UI components with Storybook
  • Example form validation using React Hook Form

How to Use

  1. Clone this repo
  2. Install dependencies
yarn install
  1. Run the app
yarn dev
  1. Run Storybook
yarn storybook

Other Useful Commands

Unit Testing

yarn test

Code Formatting

yarn lint-prettier

About

A boilerplate to help us get started with Next.js, Tailwind CSS and Storybook in no time.

next-tailwind-storybook-starter.vercel.app

License:MIT License


Languages

Language:TypeScript 64.4%Language:JavaScript 25.6%Language:CSS 10.0%