⚡️ This project was scaffolded with the AbsoluteJS CLI — your one-stop tool for bootstrapping modern TypeScript & JavaScript applications.
This boilerplate gives you a head-start with:
- ✅ TypeScript or JavaScript support
- 🔍 ESLint + Prettier (or Biome, coming soon)
- 🎨 Tailwind CSS integration (optional)
- 📦 A sensible project layout (frontend & backend folders)
- 📄 Preconfigured
tsconfig.json
,eslint.config.mjs
, and Prettier settings - ⚙️ Git initialization ready to go
# 1. Enter your project folder
cd <project-name>
# 2. Install dependencies
# (using your package manager of choice: npm, yarn, pnpm, or bun)
bun install
# 3. Start the development server
bun run dev
# 4. Build for production
bun run build