Files
www_threefold_io/build.sh
2022-07-21 06:01:38 +02:00

8 lines
172 B
Bash
Executable File

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