This is a front-end Next Template containing alot of useful libraries for a quick setup. This template uses pnpm for installation instead of yarn or npm for performance and space benefits. You can read more about pnpm here. You do not need to install pnpm beforehand as the installer does that for you.
npx @startertemp/nextjs-ts my-app
npxstands for npm init@startertemp/nextjs-tsis the package namemy-appis the folder name
cd my-appto go into your project folderpnpm devto run the next js project.
Any type of contributions are welcome into Github Repository.