Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 601 Bytes

File metadata and controls

27 lines (18 loc) · 601 Bytes
GHBanner

Banana Blitz

A fast, lightweight Vite + React starter for building the Banana Blitz web experience.

Features

  • Vite-powered development workflow
  • React + TypeScript
  • Simple, clean project structure ready for customization

Getting Started

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Start the development server: npm run dev

Build for Production

  • npm run build
  • npm run preview