Keynote and Sample Code
The sample code shown in the presentation can be found in src/examples.
The demo is built and published to Github Pages and can be found here.
📝 Custom Font
Since most of the code samples in the keynote were copy/pasted from VSCode, they are in FiraCode (a custom font 🤦). The code slides will probably look weird unless you download and install it. Sorry!
🔗 Links
The examples are built with create-react-app. You can get off the ground using the default create-react-app commands. Namely:
first:
$ yarn # install dependencies
then:
$ yarn start # run the app locally
or:
$ yarn test # run tests