update,
This commit is contained in:
8
james_endl/COMP3322A-Lab-7-React/code/entry.sh
Normal file
8
james_endl/COMP3322A-Lab-7-React/code/entry.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
pushd myreactapp
|
||||
npm i -d
|
||||
|
||||
npm start
|
Reference in New Issue
Block a user