Skip to content

borolepratik/nextjs-tailwind-starter

Repository files navigation

nextjs-tailwind-starter

Starter template for nextjs, tailwindcss and typescript

Table of Contents:

Setting up the project

What you'll need

Getting started

Install dependencies

It is encouraged to use yarn so the husky hooks can work properly.

pnpm i

Run the development server

You can start the server using this command:

pnpm dev

Open http://localhost:3000 with your browser.

Commit message convention

This project is using conventional commits, it is mandatory to use it to commit changes.

Tests

// TODO cypress

Deployment

// TODO vercel

State Management

// TODO jotai

Resources

Key tools in use: daisy-ui, tailwindcss, react, nextjs, pnpm