Skip to content

startertemp/nextjs-ts

Repository files navigation

GitHub issues GitHub license Discord GitHub forks

Twitter Follow GitHub followers

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 name
  • my-app is the folder name

Get Started

  1. cd my-app to go into your project folder
  2. pnpm dev to run the next js project.

Libraries Included

Front-end

Contribution

Any type of contributions are welcome into Github Repository.