Mediocreatmybest commited on
Commit
3111e9d
1 Parent(s): c7b130c

Create start.sh

Browse files
Files changed (1) hide show
  1. start.sh +2 -0
start.sh ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ #!/bin/bash
2
+ npm run build && npx http-server build -a localhost -p 5001 -o