React frontend for a simple React-Django questionnaire app.
- Backend repo: https://github.com/beebus/beebus-questionnaire
- Live site: http://beebus-questionnaire.s3-website-us-east-1.amazonaws.com/
- Node.js (v18 or later recommended)
- npm (bundled with Node.js)
Install dependencies:
npm installStart the development server:
npm run devThe app will be available at http://localhost:3000.
| Command | Description |
|---|---|
npm run dev |
Start the Vite development server |
npm run build |
Build the app for production (output to dist/) |
npm run preview |
Preview the production build locally |
npm test |
Run tests in watch mode |
npm test -- --run |
Run tests once and exit |
npm run test:ui |
Open the Vitest browser UI |
- React 19
- Vite — build tool and dev server
- React Router — client-side routing
- Axios — HTTP client