Skip to content

mattcreager/goangular-todo-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GoAngular Todo Example Repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5