/yew-portfolio

portfolio website created with yew stack

Primary LanguageRustMIT LicenseMIT

Deploy to DO

About

My personal Portfolio built using Yew Framework.

Note

Since this is an static SPA, all routes other than index show 404, to overcome this, index.html is given as fallback and you have to edit base tag in index.html to your site base url

🛠️ Build)

When building for the first time, ensure to install dependencies first.

yarn install
yarn run build

🔬 Serve locally

yarn run dev

🔋 Batteries Included

  • wasm-bindgen for communicating between WebAssembly and JavaScript.
  • wee_alloc, an allocator optimized for small code size.