This is a frontend-only React application initialized with Vite.
- React: UI library
- Vite: Build tool
- React Bootstrap: UI components built with React (based on Bootstrap 5)
- Bootstrap: CSS framework
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Build for production:
npm run build
src/App.jsx: Main application component (includes Bootstrap demo).src/main.jsx: Entry point including Bootstrap CSS import.