Split in 2 distinct services: frontend and backend.
Backend:
Dummy python app. Exposes its service @ localhost:3001
Frontend:
TailwindCSS with vanilla JS. Built via vite. Served @ localhost:3000
python3
with aiohttp
: pip install aiohttp
NodeJS
+ npm
Call ./develop.sh
. You may access localhost:3000