Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gauge full-stack example

The front-end is done in Yew and the back-end is done in Rocket.

To build/run

# build the front end first
cd front-end
# trunk will generate dist for it's static pages
trunk serve
cd ../back-end
# link the back-end to the front-end's pages
ln -s ../front-end/dist
# build and run the back-end
cargo run

The page should be ready at http://127.0.0.1:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages