Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 661 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 661 Bytes

Server From Scratch

November 20th, 2017

Slides for the Server From Scratch workshop, presented by Louis Ritchie.

This is an HTML slideshow built with React.

If you want to read the material contained in these slides, you'll need to clone this repository and run the development server.

Instructions

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.