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