Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 323 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 323 Bytes

Dev notes

  • install reflex:
$ go get -v github.com/cespare/reflex
  • setup env vars:
$ cp .env_example .env
$ vim .env
  • exec from go-webserver root dir:
$ ./start_reflex.sh
  • start the server and run e2e tests
$ ./start_reflex.sh
$ go test -v

Todo

  • docs
  • testing