Skip to content

DilicalFlame/next-tw-boilerplate.ts

Repository files navigation

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

About

This is the boilerplate for me to setup a next.js project.

Resources

Stars

Watchers

Forks

Contributors