Hyperapp boilerplate app using Parcel To get started: Clone this repo Install Parcel: yarn global add parcel-bundler or npm install -g parcel-bundler Install dependencies: yarn or npm install Start the dev server: yarn dev Open src/index.js and start hacking.