daggerok / parcel-starter

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

Home Page:https://daggerok.github.io/parcel-starter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parcel-starter

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

Getting started

npm_config_yes=true npx degit daggerok/parcel-starter my-app

Development

install packages:

npm i -E

run server in dev mode listening port 1234:

npm run serve

run tests:

npm t

run tests in watch mode:

npm run dev

build and run locally listening port 3000:

npm run build ; npm_config_yes=true npx 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

https://daggerok.github.io/parcel-starter/

License:MIT License


Languages

Language:HTML 47.0%Language:SCSS 39.3%Language:JavaScript 13.7%