Skip to content

fdeantoni/rust-vite-svelte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple rust project that uses RustEmbed to package a Vite+Svelte project, which can serve as a template for starting a new rust + Svelte project.

To run it, first build the web project:

cd web
npm install
npm run build

Then run the rust project:

cd ..
cargo run

The web project will be served at http://localhost:3030/myapp.

About

A sample project using Rust and Vite+Svelte together.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published