https://github.com/franciscocpg/vugu-starter-project
A https://vugu.org starter project
https://github.com/franciscocpg/vugu-starter-project
Last synced: 3 months ago
JSON representation
A https://vugu.org starter project
- Host: GitHub
- URL: https://github.com/franciscocpg/vugu-starter-project
- Owner: franciscocpg
- Created: 2019-10-01T04:47:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-01T05:17:26.000Z (over 5 years ago)
- Last Synced: 2023-02-27T03:51:57.970Z (over 2 years ago)
- Language: Go
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vugu-starter-project
This repository can be used as a template to start a new
[vugu](https://vugu.org) project with development mode and to generate a
production-ready binary server using
[packr](https://github.com/gobuffalo/packr/tree/master/v2) to bundle static
assets.## Using
### development
Run `make dev` and open http://localhost:8877.
If you make any changes at `root.vugu` or `root-data.go` reload the page to
reflect these changes.### Distribution
Run `make dist` and you will have a binary file ready to deploy in production
at `bin/server`. Run `bin/server` and open http://localhost:8877.