Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 200 Bytes

File metadata and controls

17 lines (13 loc) · 200 Bytes

pkinoc

npm install
http-server -p 8081 .

pip install -r requirements.txt
export PORT=8081
python server.py

Deploy

heroku buildpacks:add heroku/python

git push heroku master