Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 249 Bytes

File metadata and controls

13 lines (8 loc) · 249 Bytes

landings

Get started

We use parceljs for bundling, make sure you have it installed with: npm i -g parcel-bundler

Having parcel in your machine you can start the dev server with: npm run dev

or (if you use yarn)

yarn dev