pjlosco / advjs

Advanced JavaScript Exercises and Demos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced JavaScript Exercises and Demos

This is the source code for the Advanced JavaScript course taught by Peter J. Jones.

Prerequisites

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

Bootstrapping

If you cloned this repository from GitHub you'll need to bootstrap it. From the command line, and within this directory, by running the following command:

bin/boot

Starting Things Up

  1. From the command line, and in this directory, run the following command:

    node bin/server.js

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

    http://localhost:3000/

About

Advanced JavaScript Exercises and Demos

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 99.7%Language:HTML 0.2%Language:Shell 0.0%