Skip to content

bacchilu/my-budgets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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