JS workflow with Parcel

A simple JS application workflow using Parcel other tools.

Usage

Install dependencies

npm install

Run dev server - http://localhost:3000

npm run dev

Build assets for production

npm run build