Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 681 Bytes

File metadata and controls

31 lines (19 loc) · 681 Bytes

Goangular Todo Example

An example todo app built with GoAngular.

Setup

GoInstant

  • Create an account at http://goinstant.com
  • Set your connect URL
  • in server.js replace YOUR_CONNECT_URL with your real connect URL

Running Locally

Install

  • npm install

Run

  • npm start
  • open http://localhost:5000

Heroku Deploy

  • 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