Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 299 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 299 Bytes

my-budgets

A Simple App to manage my budgets.

sudo docker run --rm -it -v `pwd`:/home/bacchilu/dev -p 5000:8000 bacchilu/dev
python3 -m http.server
http://localhost:5000/

Parcel

sudo docker run --rm -it -v `pwd`:/home/bacchilu/dev -p 5000:8000 bacchilu/dev
npm run serve