diff options
Diffstat (limited to 'start.sh')
-rw-r--r-- | start.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/start.sh b/start.sh new file mode 100644 index 00000000..84735957 --- /dev/null +++ b/start.sh @@ -0,0 +1,4 @@ +cd bundle +npm install +npm start +read -rsp $'Press enter to exit...\n' \ No newline at end of file |