esantini / zivaz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http://54.153.92.141/

How to Heroku:

git clone (repo)

cd (repo)

Procfile: web: node build/app.js

heroku create (name)

git push heroku master

heroku ps:scale web=1 // Ensure that at least one instance of the app is running. Or turn "dynos" off with 0

heroku open

heroku logs --tail

About


Languages

Language:HTML 83.3%Language:CSS 10.2%Language:TypeScript 5.5%Language:JavaScript 1.0%