sprintstart-frontend

Setup Guide

Prerequisites

  • Node.js (v18 or higher recommended)

  • npm, yarn, or pnpm

Installation

  1. Clone the repository and navigate into the project folder:

    cd sprintstart-frontend
    
  2. Install the project dependencies:

    npm install
    

Development

To start the local development server, run:

npm run dev

The application will be accessible in your browser at: http://localhost:5173/

One Command Start

To start the local deployment via docker compose in command, run:

docker compose up --build

The application will be accessible in your browser at: http://localhost:3000/