Skip to content

a1exalexander/parcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 a1exalexander/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!

About

📦 Parcel config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published