An open API service indexing awesome lists of open source software.

https://github.com/zedd45/2015-fall-creative-circus

Repo for Node JS / Hapi at The Creative Circus Fall 2015
https://github.com/zedd45/2015-fall-creative-circus

Last synced: about 1 year ago
JSON representation

Repo for Node JS / Hapi at The Creative Circus Fall 2015

Awesome Lists containing this project

README

          

# 2015-fall-creative-circus

## Requirements
Node must be installed with a version of NPM. See `package.json` for the proper version.

I recommend using [nvm](https://github.com/creationix/nvm) to manage multiple versions of node on your computer.

## Installation & Activation

Each subfolder contains it's own running examples. In order to see the state of the code / server at a given time, `cd` into the approprate subfolder, and run the following commands:

```
npm i && npm start
```