An open API service indexing awesome lists of open source software.

https://github.com/emarifer/portfolio_cv

A simple Landing Page Web Application developed with Rust/WebAssembly + Yew + Tailwindcss.
https://github.com/emarifer/portfolio_cv

rust tailwindcss wasm wasm-bindgen web-sys webassembly yew yew-framework yew-router

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
```