/Fullstack-London-Notes

Notes from the Fullstack London Conference in 2019

Primary LanguageJavaScriptMIT LicenseMIT

FullStack London 2019

Notes and presentation with key highlights from FullStack London 2019.

Notes

This repository contains my raw notes from all three days of the conference:

Day One

Day Two

Day Three

Presentation

Notice

The presentation has been made using the Spectacle - its core API is available at https://github.com/FormidableLabs/spectacle/blob/master/README.md. For more information about MDX syntax and how it all works, check out the MDX documentation.

Opening the Presentation

To serve the presentation on http://localhost:3210, run:

npm install
npm start

Build & Deployment

To build the static version of the presentation, run:

npm run build