- Node
- npm
- heroku -- If you needs to deploy to Heroku by yoursefl
- gem -- If you wants to test with Procfile
$ git clone [email protected]:Shisobu/express-shisoconf11.git
$ npm install
Feel free to push.
$ node app.js
$ gem install foreman
$ foreman start
After that, access ://localhost:5000 to check your app.
$ heroku create
$ git push heroku master
$ heroku open
How to deploy -> Ask to @marutanm