/rust-wasm

A simple rust wasm project build for webpack bundler

Primary LanguageRust

  1. Anytime you make changes in rust code and want them reflected on http://localhost:8080/, just re-run the 'wasm-pack build' command within the sanctum_client directory.

  2. In project start, or Whenever we declare new dependencies, we need to install them: 'npm install'

  3. Serve the website locally by running 'npm run start' command under the 'www' folder