package
0.0.0-20220807062529-4271bc0536b7
Repository: https://github.com/dtylman/gowd.git
Documentation: pkg.go.dev
# README
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:
Resources
- gowd on github
Credit
Created by Danny Tylman