Skip to content

MikkoVasankari/SSR-with-Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building and running with docker

Running with Docker

docker build -t rust_app
docker run -d -p 3000:3000 rust_app

Running locally

cd frontend/ && trunk build  && cd ..
cargo run

About

Trying out Server-side rendering with Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •