Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 409 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 409 Bytes

🚀 Nextjs-TS-Eslint-Prettier-husky-tailwindcss

Boilerplate and Starter for Next.js , Tailwind CSS 3 and TypeScript with ESLint , Prettier , Husky , Lint-Staged.

Set up

To run this project, first download or clone this repo

    // Install dependencies
    npm install
    // Run in development mode
    npm run dev
    // Build
    npm run build
    // Start Build site
    // npm start