Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 678 Bytes

File metadata and controls

24 lines (22 loc) · 678 Bytes

Next + TypeScript + Tailwind

This template provides a minimal setup to get Next.js working with TailwindCSS and some ESLint rules. NOTE: Don't Forget to update the package name in package.json

How to use

  1. Navigate inside the directory where you want to create your project and run the following command:
git clone git@github.com:DilicalFlame/T-next.js.git .

or

git clone https://github.com/DilicalFlame/T-next.js.git .
  1. Install the dependencies:
pnpm install
  1. Delete the .git folder:
rm -rf .git # in Linux or MacOS
Remove-Item -Recurse -Force .git # in Windows PowerShell
rmdir /s .git # in Windows Command Prompt