Skip to content

Instantly share code, notes, and snippets.

@saschagrunert
Created July 7, 2018 18:41
Show Gist options
  • Save saschagrunert/da87426ebbb0366b2d6b71381974d414 to your computer and use it in GitHub Desktop.
Save saschagrunert/da87426ebbb0366b2d6b71381974d414 to your computer and use it in GitHub Desktop.
> make frontend
Compiling webapp v0.3.0 (file:///home/sascha/webapp.rs)
Finished release [optimized] target(s) in 11.86s
Garbage collecting "app.wasm"...
Processing "app.wasm"...
Finished processing of "app.wasm"!
If you need to serve any extra files put them in the 'static' directory
in the root of your crate; they will be served alongside your application.
You can also put a 'static' directory in your 'src' directory.
Your application is being served at '/app.js'. It will be automatically
rebuilt if you make any changes in your code.
You can access the web server at `http://0.0.0.0:8000`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment