Skip to content
/ pycljs Public

fullstack python flask backend & cljs frontend template

Notifications You must be signed in to change notification settings

hikrr/pycljs

Repository files navigation

pycljs

  • This repo is just a personal preferred choice for full-stack development aiming for quick POC.

How to run this repo

(Assume you are at the root of this repo)

Backend

# terminal 0
python -m venv pycljs
source pycljs/bin/activate 
pip install flask
python py/server.py

Frontend

# 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.

About

fullstack python flask backend & cljs frontend template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published