Coding a tetris just for fun
Deploy to heroku:
-- Do an "npm install" to download packages
-- Test the app with "npm start"
1- Open a CMD in your project
2- In the cmd type "heroku login" and login
3- Type heroku create //You need to do this just once
4- git push heroku your_branch:master //If using master just do git push heroku master
5- heroku ps:scale web=1
6- heroku open
Final result https://radiant-shore-89335.herokuapp.com/