website frontend and backend
- run
chmod +x script/bootstrap - run
./script/bootstrap
run npm install(automatically npm run build after)
run pip3 install -r requirements.txt
-
test both frontend and backend: run
num run test -
Test backend run
pytest ./test_flaskto test backend -
Test frontend run
vitest --watch falseto test frontend
-
run
num run startfor integrated frontend and backend -
run
npm run servefor frontend development -
run
flask (--debug run)for backend development