note taking app
-
GNU Make
-
go 1.4+
-
gb as go build tool
-
go-bindata to embed UI resources into executable file
-
Node.js
-
Optional
bower
if you want to update fonts or icons
App consists of 2 parts: frontend Single Page App and backend written in Go.
make build-web
concatenates js files, minifies result and generates Go src file with static resources.
make build
compiles app into executable file.
make build-web
update Go src file with static resources- commit changes
- tag new release
make build
Copyright © 2015-2016 mbme