Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 382 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 382 Bytes

Exercise App

How to run the app

  • Download dependencies on backend
cd [HOMEDIR]/exercise-app/backend
pnpm i

Start Development Environment

  1. Start the backend
  • Navigate to backend directory
cd [HOMEDIR]/exercise-app/backend
  • Start the Development server
pnpm dev
  1. Start the frontend
live-server