Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

⚡ Simplistic Next.js + TypeScript + Tailwind CSS website template.

License

Notifications You must be signed in to change notification settings

Cubxity/next-typescript-tailwindcss-template

Repository files navigation

next-typescript-tailwindcss-template

⚡ Simplistic Next.js + TypeScript + Tailwind CSS website template.

Features

  • Next.js 13
  • TypeScript
  • Tailwind CSS
  • svgr
  • ESLint
    • Next.js core web vitals
    • Prettier rules
  • Prettier
    • Tailwind CSS plugin
  • Path aliases

Getting Started

You can use any package manager of your choice, but pnpm is preferred.

Installing

pnpm install # or yarn install, npm install, etc.

Development

This command starts the built-in next development server.

pnpm dev

Building for production

This command builds your server into a production-ready state.

pnpm build

Start the production server

This command starts your pre-built server and hosts it on localhost:3000 (the port depends on your port variable)

pnpm start

About

⚡ Simplistic Next.js + TypeScript + Tailwind CSS website template.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published