wasmweb-sample/run

8 lines
108 B
Plaintext
Raw Normal View History

2020-08-20 12:33:29 +07:00
#!/bin/bash
echo "install deps...."
cd www && npm install
echo "starting development server..."
npm start