9 lines
71 B
Bash
9 lines
71 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
pushd myreactapp
|
|
npm i -d
|
|
|
|
npm start
|