easier example

This commit is contained in:
despiegk
2022-07-23 10:09:10 +02:00
parent 1202f807ef
commit 5ee6f8e0ff
92 changed files with 4469 additions and 1 deletions

7
build.sh Executable file
View File

@@ -0,0 +1,7 @@
rm -rf build
# rm -rf public
npm run prod:build
rsync -rav static/ public/
echo 'see http://localhost:3000/'
node -e '(e=require("express"))().use(e.static("public")).listen(3000)'