GitXplorerGitXplorer
f

vugu-starter-project

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
63912c0894e2df70c4c85ea83d62887dd2e5193c

Init

ffranciscocpg committed 5 years ago

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.