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
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# Start the dev server
bun run dev# Build for production
bun run build# Start the production server
bun run start
# Or just deploy on Vercel :PThis template was created by CoopTRUE