Skip to content

kvartalshow/monticello

Repository files navigation

Parcel config

Parcel

Parcel is a web application bundler, differentiated by its developer experience. It offers blazing fast performance utilizing multicore processing, and requires zero configuration.

Automatic deploy to gh-pages by GitHub Actions

Installation

npx degit kvartalshow/parcel <project name>
cd <project name>
npm run dev

Usage

Dev server

npm run

or

npm run dev

Runs the app in the development mode.
Open http://localhost:1234 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Build

npm run build

Builds the app for production to the dist folder.
It correctly bundles in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Releases

No releases published

Packages

No packages published