A Clean Boilerplate for Next JS, Tailwind and Typescript

The philosophy of this boilerplate is to be a nice and clean starting point for a project.

Features and packages

Getting started

Run the following command on your local environment:

git clone --depth=1 https://github.com/Achalogy/nextjs-boilerplate.git my-project-name
cd my-project-name
rm -rf .git
npm install