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
- Host: GitHub
- URL: https://github.com/zedd45/2015-fall-creative-circus
- Owner: zedd45
- License: mit
- Created: 2015-10-13T21:35:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-02T17:07:45.000Z (over 10 years ago)
- Last Synced: 2025-02-03T09:43:02.575Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 260 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```