Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 373 Bytes

File metadata and controls

14 lines (11 loc) · 373 Bytes

Develop Getting Started

Frontend project based on React.js and Vite.

Dependencies:

  • Node.js
  • npm OR pnpm(Recommended)

Installation:

  1. Clone the repository
  2. Run npm install or pnpm install
  3. Be sure to have the backend running
  4. Run npm run dev or pnpm run dev to start the development.
  5. Open your browser and navigate to http://localhost:3000