Skip to content

addy0032/T-next.js

 
 

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

`T` stands for Template. This is the boilerplate for me to setup a next.js project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 58.7%
  • JavaScript 39.4%
  • CSS 1.9%