https://github.com/udhos/mustago
mustago - simple golang mustache template evaluation in html
https://github.com/udhos/mustago
go golang gopherjs html5 javascript mustache
Last synced: 4 months ago
JSON representation
mustago - simple golang mustache template evaluation in html
- Host: GitHub
- URL: https://github.com/udhos/mustago
- Owner: udhos
- License: mit
- Created: 2017-06-19T19:52:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-27T19:26:13.000Z (over 7 years ago)
- Last Synced: 2024-11-18T00:13:29.457Z (8 months ago)
- Topics: go, golang, gopherjs, html5, javascript, mustache
- Language: JavaScript
- Homepage: https://udhos.github.io/mustago/
- Size: 1.84 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mustago
mustago - simple golang mustache template evaluation in htmlOnline demo: https://udhos.github.io/mustago
Source repo: https://github.com/udhos/mustago
Quick Start
===========Build recipe:
$ go get github.com/udhos/mustago
$ cd ~/go/src/github.com/udhos/mustago
$ ./build.shRun a web server publishing these files:
index.html
mustago.js
mustago.js.mapExample:
$ go get github.com/udhos/gowebhello
$ ~/go/bin/gowebhello ;# publish current dir as http://localhost:8080/www
Now open http://localhost:8080/wwwEND