Skip to content

corlaez/parcel-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parcel examples

A series of parcel examples with rationale on how to build them.

All of them feature hot module replacement thanks to Parcel.

Prerequisites:

  • Node version 6>= (You can use n or nvm-windows to change versions quickly)
  • Install the dependencies. Yarn recommended yarn install

Use it:

  • Run with yarn start
  • Go to https://localhost:1234

This and any additional instruction to use spetial features are stated in each example's readme