Parcel JS quick starter project with GitHub Pages Actions for JS PoC quick start prototyping
See also:
Install bun:
curl -fsSL https://bun.sh/install | bash
bun -v # 1.0.21
bunx degit daggerok/parcel-starter my-appinstall packages:
bun i -Erun server in dev mode listening port 1234:
bun serverun tests:
bun testrun tests in watch mode:
bun devbuild and run locally listening port 3000:
bun run build ; bunx serve distTo deploy GitHub repository settings you must update Pages section:
Build and deployment:
Source -> Deploy from branch
Branch -> gh-pages / (root)