mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 04:46:10 +01:00
4 lines
173 B
Bash
4 lines
173 B
Bash
|
# run 2 servers and make sure they close together
|
||
|
|
||
|
beefy frame.js:bundle.js 9001 --live &
|
||
|
beefy example/index.js:bundle.js index.js:zero.js --cwd example/ 9002 --live --open
|