DanSnow / modernweb-booth-question

modern web 的攤位問答小關卡

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modern Web Booth Question

How to start

  1. Install Rust
$ curl https://sh.rustup.rs -sSf | sh
  1. Restart your terminal

  2. Install wasm target

$ rustup target add wasm32-unknown-unknown
  1. Install wasm-pack
$ cargo install wasm-pack
  1. Clone the repo
$ git clone https://github.com/lili668668/modernweb-booth-question.git
  1. Go to the project and build it
$ cd modernweb-booth-question

$ git checkout wasm

$ yarn serve # or npm run serve
  1. Open your browser & visit http://localhost:8080

About us

We are Rust Taiwan. There is our chat group: http://t.me/rust_tw. Welcome to join us!

About

modern web 的攤位問答小關卡


Languages

Language:Rust 54.6%Language:JavaScript 39.5%Language:HTML 6.0%