Completed with typescript sample build

This commit is contained in:
2020-08-20 12:33:29 +07:00
parent 1b0eabf65c
commit b04176248d
3 changed files with 10 additions and 5 deletions

7
run Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
echo "install deps...."
cd www && npm install
echo "starting development server..."
npm start