###### First, install parceljs (bundler) globally: ```npm install -g parcel-bundler```
npm install pp250309_aem###### First, install parceljs (bundler) globally:
``npm install -g parcel-bundler`
###### In root directory, install the npm dependencies:
`npm i`
###### To compile .less, .js, and watch for changes, run the following in the root directory of this repo.
`parcel index.html``