mfakhrusy / rust-seed-trunk-tailwind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello!

This is a simple Rust webassembly project that use Seed framework along with Tailwind integration.

I wrote a blog post explaining about this project here: https://blog.fakhrusy.com/rust-wasm-seed-trunk-tailwind

To run the project, we need to install some CLI dependencies:

cargo install trunk
cargo install wasm-bindgen-cli

After that, we need to install npm dependencies:

npm install

Then, run two separate script on a different terminal tab:

npm run css:dev
npm run dev

Thank you for having me

About


Languages

Language:Rust 66.3%Language:HTML 26.7%Language:JavaScript 4.6%Language:CSS 2.5%