Skip to content

alexkahndev/react-spring-v10-bug

Repository files navigation

<project-name>

⚡️ This project was scaffolded with the AbsoluteJS CLI — your one-stop tool for bootstrapping modern TypeScript & JavaScript applications.


Overview

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

Getting Started

# 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published