Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 683 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 683 Bytes

Next.js + Tailwind CSS + TypeScript Starter Template

Next.js + Tailwind CSS + TypeScript starter with useful development features and configurations.

Features

This repository includes the following features:

  1. Typescript
  2. Next.js 14 with App router
  3. Tailwind CSS
  4. ESLint -- find and fix problems in your code
  5. Prettier -- code formatter
  6. Husky -- pre-commit hooks
  7. Lint-staged -- run linters against staged git files

Getting Started

  1. Clone the repository

  2. Install dependencies

yarn install
  1. Start the development server
yarn dev
  1. Open http://localhost:3000 with your browser to see the result.