rustup target add wasm32-unknown-unknown
cargo install cargo-generate
# From template
cargo generate cloudflare/workers-rs
# Or
npx wrangler init
git clone https://github.com/gist-rs/hello-world-cloudflare
cd hello-world-cloudflare
npx wrangler dev
npx wrangler login
npx wrangler deploy
npx wrangler deploy -e production
http://localhost:8787