Skip to content

team-armada/armada-frontend

Repository files navigation

Armada Frontend

Armada's user interface is built with React, React Router, TypeScript, and Vite.

To get started:

  1. Clone the GitHub repository.
gh repo clone team-armada/armada-frontend
cd armada-frontend
  1. Install all dependencies.
npm install
  1. Start the development server.
npm run dev
  1. Navigate to http://localhost:5173 and get started.

The Vite development server is configured to proxy requests to all endpoints beginning with api to http://localhost:3000.

These settings can be accessed and configured via the vite.config.ts file contained in the root directory.