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
npx degit a1exalexander/parcel <project name>
cd <project name>
npm run devnpm runor
npm run devRuns 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.
npm run buildBuilds the app for production to the
distfolder.
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!