xterm / run.sh
YoBatM's picture
Update run.sh
c954d2c verified
raw
history blame contribute delete
59 Bytes
#!/bin/bash
service nginx start
npm i
cd src
npm run start