pp250309_aem
v1.0.5
Published
###### First, install parceljs (bundler) globally: ```npm install -g parcel-bundler```
Downloads
11
Readme
Example of basic design system, compiled with .less
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
