Slides for the Server From Scratch workshop, presented by Louis Ritchie.
If you want to read the material contained in these slides, you'll need to clone this repository and run the development server.
Open a terminal window, and run these commands.
git clone https://github.com/louisritchie/server-from-scratch.git
cd server-from-scratch
npm i
npm start
A window should open, and in that window should be some slides. If no window opened, please point your browser to the address indicated in the terminal window where npm start
was run.