goangular-todo-example
goangular-todo-example copied to clipboard
GoAngular Todo Example Repo
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
replaceYOUR_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