Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.23 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.23 KB

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