Skip to content

WebApp Hosting and Setup

scileadership edited this page Feb 3, 2017 · 1 revision

Hosting the app is really simple. Herokuapp or any other hosting system that supports node.js will work. Herokuapp is incredibly intuitive. A single dyno should suffice for this project, and is free. You can connect your herokuapp account to your github using these instructions so that your app deploys every time you commit a change to your repo: https://devcenter.heroku.com/articles/github-integration

Clone this wiki locally