Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 806 Bytes

File metadata and controls

36 lines (24 loc) · 806 Bytes

Next.js + TypeScript + Tailwind + Storybook Setup Project

This is a Next.js project bootstrapped with TypeScript, Tailwind, Storybook.

The project contains main library with minimum config files below

  • Next.js
  • TypeScript
  • Tailwind
  • Storybook
  • ESLint
  • Prettier
  • husky

Installation

You can generate a new repository with the same directory structure and files as an existing repository.

Click Use this template

or

git clone https://github.com/kolife01/nextjs-with-typescript-tailwind-storybook.git

First, run the development server:

yarn
yarn dev

Open http://localhost:3000 with your browser to see the result.

and open http://localhost:6006 with your browser to see the storybook.