An example todo app built with GoAngular.
- Create an account at http://goinstant.com
- Set your connect URL
- in
server.js
replaceYOUR_CONNECT_URL
with your real connect URL
npm install
npm start
open 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