Skip to content

jbrandolinisf/webdev

 
 

Repository files navigation

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/

About

Web Development Course Materials

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 82.5%
  • Nix 14.4%
  • HTML 2.2%
  • CSS 0.3%
  • TypeScript 0.3%
  • TeX 0.1%
  • Other 0.2%