Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parcel-starter

Parcel JS quick starter project with GitHub Pages Actions for JS PoC quick start prototyping

See also:

Getting started / bun

Install bun:

curl -fsSL https://bun.sh/install | bash
bun -v # 1.0.21
bunx degit daggerok/parcel-starter my-app

Development

install packages:

bun i -E

run server in dev mode listening port 1234:

bun serve

run tests:

bun test

run tests in watch mode:

bun dev

build and run locally listening port 3000:

bun run build ; bunx serve dist

Deployment

To deploy GitHub repository settings you must update Pages section: Build and deployment: Source -> Deploy from branch Branch -> gh-pages / (root)

About

Parcel JS quick starter project with GitHub Pages Actions for JS PoC quick start prototyping

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages