/js-review-with-node

Reviewing JS basics through the lens of Node.js

Primary LanguageJavaScript

JS Review + NodeJS

A nice refresher of JS concepts through the lens of NodeJS.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Running the tests

For '06_gradebook' project:

cd 06_gradebook
nodeunit tests

Built With

  • NodeJS - Asynchronous event driven JavaScript runtime.
  • NodeUnit - Easy unit testing in node.js and the browser, base on the assert module.
  • ExpressJS - Fas, unopinionated, minimalist web framework for Node.js