FlickRS How to run client In ./flickrs-client/ run the following commands: wasm-pack build or wasm-pack build --release This will generate the wasm file. After generating the wasm file, run the following commands in ./flickrs-client/flick-rs/: npm install npm start