Skip to content

huytd/rust-webapp-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RUST WEB STARTER KIT
--------------------

Template project for creating web app in Rust.

This project use `stdweb` package for handling DOM manipulating and providing browser's API to Rust.

To build the project, simply type:

  $ make

The output will be populated to:

  > /out/main.js

Run the web app with `index.html`.