Back-end repositorie is available here.
- Running golang API (Back-end repository)
.env
file created atsrc/
with the following variables:
VITE_API_HOST=yourhost
If you are running the project in local environment, then, VITE_API_HOST
is localhost:3030
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