Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 454 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 454 Bytes

Essentials to use this frontend

Project setup

yarn

Compiles and minifies for production

yarn build

Then dist folder should appear in ./frontend. Go back to root dir of this project, then

python app.py

Here you go!

Development of the frontend

Compiles and hot-reloads for development,

yarn dev

The reverse proxy of development server is already set in vite.config.js. If not work, modify it.