Crust Testing (Grid)
This is a basic example of how to use crust. ALl you need is PARCEL installed globally,
npm i parcel -g
Then install the modules in this folder (sperate from main code)
npm install
From that all you got to do is
parcel index.html (in this folder)
Then go to a browser at localhost:1234 to see it.