- This repo is just a personal preferred choice for full-stack development aiming for quick POC.
(Assume you are at the root of this repo)
# terminal 0
python -m venv pycljs
source pycljs/bin/activate
pip install flask
python py/server.py
# terminal 1
npm install
yarn dev
- Then go to the browser and open
localhost:5000
. - Hotcode reloading is supported when cljs files are modified.
- Use NextUI and Tailwind CSS for styling.