Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 886 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 886 Bytes

WebDev: Web Development Course

This is the source code and training content for the Web Development course taught by Ryan Morris.

It is based off mixed course content originally authored by by Peter J. Jones, Ryan Morris and Joshua McNeese.

Original source code for the course is located here: https://github.com/devalot/webdev

Prerequisites

This collection of exercises and demos needs Node.js >= 8 installed to work correctly.

Starting Things Up

  1. Install dependencies

    npm install

  2. Run the server (this is actually in the ./src directory)

    npm start

  3. Open the following URL in your browser of choice:

    http://localhost:3000/