Skip to content

Commit 8b9f6eb

Browse files
committed
Add README
1 parent d45d9b5 commit 8b9f6eb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
RUST WEB STARTER KIT
2+
--------------------
3+
4+
Template project for creating web app in Rust.
5+
6+
This project use `stdweb` package for handling DOM manipulating and providing browser's API to Rust.
7+
8+
To build the project, simply type:
9+
10+
$ make
11+
12+
The output will be populated to:
13+
14+
> /out/main.js
15+
16+
Run the web app with `index.html`.

0 commit comments

Comments
 (0)