An example todo app built with GoAngular.
- Create an account at http://goinstant.com
- Set your connect URL
- in
server.jsreplaceYOUR_CONNECT_URLwith your real connect URL
npm install
npm startopen http://localhost:5000
- Install the Heroku Toolbelt
- Create an app:
heroku apps:create <name> - Configure your connectUrl:
heroku config:set GOINSTANT_CONNECT_URL=https://goinstant.net/ACCOUNT/APP - Push to heroku:
git push heroku master