Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 601 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 601 Bytes

Buenavida Front-end

Back-end repositorie is available here.

Requirements

  1. Running golang API (Back-end repository)
  2. .env file created at src/ with the following variables:
VITE_API_HOST=yourhost

If you are running the project in local environment, then, VITE_API_HOSTis localhost:3030

Avilable node scripts

Run in development / watch mode

npm run dev

Run prettier on .tsx files

npm run prettier

Create production build

npm run build

Preview production build

npm run preview