This repo represents the demo for one of my talks.
You can view a published demo of this repo.
# install dependencies
npm i
# run development server
npm start
# build to publish
npm run build
NOTE: This project was bootstrapped with Create React App.