easier example

This commit is contained in:
despiegk
2022-07-21 06:01:38 +02:00
parent b7ab905bc0
commit 1a4c38e597
1432 changed files with 1155657 additions and 4 deletions

View File

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