Implements a todo list using Ember and Chapi
- Install go
- Node 4.x.x
- Ember CLI
mkidr -p $GOPATH/github.com/<my_github_user_name>
cd $GOPATH/src/github.com/<my_github_user_name>
git clone https://github.com/<my_github_user_name>/gotodo.git
cd gotodo
go get
cd client && npm install && bower install && ember build && cd .. //ember stuff
go run server.go