UNPKG

create-unstack

Version:

CLI tool to scaffold a modern Next.js app with TailwindCSS, HeroUI, and optional authentication & MongoDB

51 lines (36 loc) 1.26 kB
# test This project was bootstrapped with [create-untraceable-stack](https://github.com/TheUntraceable/create-untraceable-stack). ## Features - 🎨 **TailwindCSS v4** - Utility-first CSS framework - 🧩 **ShadCN UI** - Accessible and customizable component library - 🔍 **Biome** - Code linting and formatting - 🔄 **Git** - Version control with initial commit - 🗄️ **MongoDB** - Database with MongoDB - 🔐 **Better-Auth** - Best Authentication system -**React Scan** - Performance analysis for React ## Getting Started First, install the dependencies: ```bash bun install # or npm install # or yarn install ``` Then, run the development server: ```bash bun dev # or npm run dev # or yarn dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. ## Learn More To learn more about the technologies used in this project: - [Next.js Documentation](https://nextjs.org/docs) - [TailwindCSS Documentation](https://tailwindcss.com/docs) - [ShadCN UI Documentation](https://ui.shadcn.com) - [MongoDB Documentation](https://mongodb.com/docs)\n - [Better-Auth Documentation](https://better-auth.dev)\n - [React Scan Documentation](https://github.com/aidenybai/react-scan)\n // Updated link and text