Files
www_threefold_io/build.sh
2022-07-21 06:12:44 +02:00

8 lines
182 B
Bash
Executable File

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)'