GitXplorerGitXplorer
f

vugu-starter-project

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

README

The README file for this repository.

vugu-starter-project

This repository can be used as a template to start a new vugu project with development mode and to generate a production-ready binary server using packr 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.