This is an interactive tool for verifying graphs from the Hour of Code Activity: Graph Paper Programming.
https://studio.code.org/unplugged/unplug3.pdf
This guide assumes you hae the following installed:
- npm
- nodejs
- bower
After cloning the repository, install npm and bower packages.
npm install
bower install
Specifying the port is optional. If it is not specified, the server will start on port 3004.
node app.js <port>