startertemp / nextjs-ts

A Starter Template for Next JS containing ESLint, Prettier, TailwindCSS, Daisy UI, Jest and more

Home Page:https://www.npmjs.com/package/@startertemp/nextjs-ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Starter Template for Next JS containing ESLint, Prettier, TailwindCSS, Daisy UI, Jest and more

https://www.npmjs.com/package/@startertemp/nextjs-ts

License:MIT License


Languages

Language:JavaScript 81.7%Language:TypeScript 17.2%Language:CSS 1.1%