Add run.sh to run setup and run web app

This commit is contained in:
jwu-fisker
2021-01-08 16:06:50 -08:00
parent 26e25a5b23
commit d2d7ea4ca9
2 changed files with 6 additions and 0 deletions

5
run.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
npm install
cp .env.template .env
npm start