solaryzed/ui/dev.sh

4 lines
134 B
Bash
Raw Normal View History

#!/bin/bash
spago bundle-app --main Main --to assets/app.js --watch &
parcel serve assets/index.html -o index--parelified.html --open