Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 480 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 480 Bytes

Prerequisites

This frontend app requires the backend service to be running. To do so create a .env file and add in the following:

BACKEND_API=http://localhost:3000/api/v1/reservations

Getting Started

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Navigate to http://localhost:3001 to start interacting with the application.