Skip to content

beebus/beebus-questionnaire-frontend

Repository files navigation

Beebus Questionnaire Frontend

React frontend for a simple React-Django questionnaire app.

Prerequisites

  • Node.js (v18 or later recommended)
  • npm (bundled with Node.js)

Getting Started

Install dependencies:

npm install

Start the development server:

npm run dev

The app will be available at http://localhost:3000.

Available Commands

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

Tech Stack

Contributors