Skip to content

OkhDev/nextjs-ts-boilerplate

Repository files navigation

Next.js Boilerplate with Styled Components, Husky, and more!

A template for Next.js projects using TypeScript and other packages. All packages have been pre-configured to work right out of the box.

Happy Coding! 🚀


Packages Include

Clone Repo

git clone https://github.com/OkhDev/nextjs-ts-boilerplate.git

#OR

git clone [email protected]:OkhDev/nextjs-ts-boilerplate.git

Navigate to Cloned Repo

cd nextjs-ts-boilerplate

Install Dependencies

yarn install

#OR

npm install