A boilerplate to help us get started with Next.js, Tailwind CSS and Storybook in no time.
- Next.js
- Tailwind CSS
- Storybook
- TypeScript support
- Absolute import
- Jest and React Testing Library
- Custom fonts
- Example UI components with Storybook
- Example form validation using React Hook Form
- Clone this repo
- Install dependencies
yarn install
- Run the app
yarn dev
- Run Storybook
yarn storybook
Unit Testing
yarn test
Code Formatting
yarn lint-prettier