Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 618 Bytes

readme.md

File metadata and controls

33 lines (20 loc) · 618 Bytes

gowd • TodoMVC

Implementation of TodoMVC using 'gowd'.

Building

Prerequisites

  • The go programming language (dah!) from here.
  • nwjs chromium engine from here.
  • npm package manager from here.

To build & run this sample:

cd $GOPATH/github.com/dtylman/gowd/cmd/todomvc
npm install
go build
nw .

Screenshot on Ubuntu: todomvc

Resources

Credit

Created by Danny Tylman