Parcel is a web application bundler, differentiated by its developer experience. It offers blazing fast performance utilizing multicore processing, and requires zero configuration.
Yarn:
yarn global add parcel-bundler
npm:
npm install -g parcel-bundler
parcel index.html
yarn run build
Builds files to /docs
folder.