Skip to content

Tonguechaude/Portfolio-Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio

Descirption

If you don't have Rust nightly, you can install it with

rustup toolchain install nightly --allow-downgrade

You can add the wasm compilation target to rust using

rustup target add wasm32-unknown-unknown

Developing your Leptos CSR project

To develop your Leptos CSR project, running

cargo leptos watch

will start a development server at http://localhost:3000 with hot-reload enabled.

Deploying your Leptos CSR project

To build a Leptos CSR app for release, use the command

cargo leptos build --release

This will output the files necessary to run your app into the target/site/ folder; you can then use any static site host to serve these files.

For further information about hosting Leptos CSR apps, please refer to the Leptos Book chapter on deployment available here.

About

This is my Portfolio written entirely in Rust because I like Rust. Of course it's free. This project have moved to https://gitlab.com/Tonguechaude/portfolio-rust

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages