Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 233 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 233 Bytes

Parcel JS Boilerplate

This is a starter workflow for building web app using Parcel

Usage

Install dependencies

npm install

Run dev server - http://localhost:3000

npm run dev

Production

npm run build