Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 546 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 546 Bytes

A simple Landing Page Web Application developed with Rust/WebAssembly + Yew + Tailwindcss.

To run the app:

Add the WebAssembly target:

$ rustup target add wasm32-unknown-unknown

In order to build, bundle and send your Rust WASM application to the web, you need to install Trunk:

$ cargo install trunk

Finally, since we use the Tailwind CSS framework, we will have to run in the root of the project:

npm i

Run the app:

$ trunk serve

Build the application by running:

$ trunk build --release