Clone this repo and run the following commands:
npm install
and then, start the dev server by running:
npm run watch
to build files for production-ready run the following command:
npm run prod