Skip to content

schell/mogwai-realworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mogwai-realworld

Hello, this is the realworld frontend application demo for the mogwai rust library.

This is a work in progress. Feel free to contribute or criticize - all feedback is welcome :)

getting started

First you'll need rustup, which manages versions of rustc and friends.

Then you'll need wasm-pack which uses rustc to cross-compile rust code to WASM _.

Then you'll need a simple file server. I like to use basic-http-server, which can be installed with cargo:

cargo install basic-http-server

building

First build:

wasm-pack build --target web

then serve:

basic-http-server -a 127.0.0.1:8888

and then visit http://127.0.0.1:8888 in your browser.

fin

Happy Hacking! 🚧☕☕🚧

About

RealWorld mogwai impl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published