-
clone repository todo-app
- git clone https://github.com/sgnd/todo-app
-
pindah ke direktori todo-app
- cd todo-app/
-
pindah ke branch master
- git checkout master
-
inisiasi project (membuat project)
- npm init -y ; -y digunakan agar disetting mengikuti todo-app
-
install depedencies
- npm install
-
login heroku
- heroku login
-
init dan remote
- git init
- heroku git:remote -a implement-test
-
menandai seluruh file untuk di-commit
- git add .
-
commit
- git commit -am "make it better"
-
push ke heroku
- git push heroku master
-
cek di browser
-
Catatan: terjadi error ketika membuka app https://implement-test.herokuapp.com/