Skip to content

A BLEEDING EDGE template for NextJS projects built with TypeScript, TailwindCSS, ESLint, Prettier, shadcn/ui, and the React Compiler

Notifications You must be signed in to change notification settings

CoopTRUE/nextjs

Repository files navigation

NextJS Template

A BLEEDING EDGE template for NextJS projects built with TypeScript, TailwindCSS, ESLint, Prettier, shadcn/ui, and the React Compiler

  • ✔️Fully type safe
  • ✔️TailwindCSS auto-completion and order sorting
  • ✔️Fix linting and formatting issues on save
  • ✔️Ridiculously fast development server
  • ✔️Cooper approved

Installing

This project uses bun as a package manager. You can install it by running the following command: npm install -g bun

# Install dependencies
bun install

Developing

# Start the dev server
bun run dev

Building

# Build for production
bun run build

Serving

# Start the production server
bun run start

# Or just deploy on Vercel :P

This template was created by CoopTRUE

About

A BLEEDING EDGE template for NextJS projects built with TypeScript, TailwindCSS, ESLint, Prettier, shadcn/ui, and the React Compiler

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published