- Simple blog on golang
- Install dep https://golang.github.io/dep
dep ensure
- Rename
dist.env
in.env
and edit - Install fresh for reload in development https://github.com/pilu/fresh
- Start in development -
make
- Start in production -
make prod
dep ensure
dist.env
in .env
and editmake
make prod