easier example

This commit is contained in:
despiegk
2022-07-21 06:12:44 +02:00
parent 1a4c38e597
commit d35d9f23c8
1427 changed files with 5 additions and 1155647 deletions

View File

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