@startertemp/nextjs-ts
v1.2.1
Published
A Starter Template for Next JS
Downloads
9
Maintainers
Readme
Next JS Stater Template
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.
Installation
npx @startertemp/nextjs-ts my-app
npx
stands for npm init@startertemp/nextjs-ts
is the package namemy-app
is the folder name
Get Started
cd my-app
to go into your project folderpnpm dev
to run the next js project.
Libraries Included
Front-end
Contribution
Any type of contributions are welcome into Github Repository.