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

https://github.com/moonhighway/ski-dictionary

A dictionary of ski terms used to teach Node js and Express.
https://github.com/moonhighway/ski-dictionary

Last synced: about 1 year ago
JSON representation

A dictionary of ski terms used to teach Node js and Express.

Awesome Lists containing this project

README

          

Skier Dictionary
================
A simple Express site that can be used to teach Node js.

Topics
------

* Express
* Middleware
* Routing
* Browserify
* Testing
* NPM, Package.json
* Debugging

Global Requirements
---------------

#### Grunt CLI

` $ sudo npm install -g grunt-cli `

Commands
--------

#### Install Dependencies

` $ npm install `

#### Run Tests

` $ npm test `

#### Run App

` $ npm start `

#### Stop Server

` $ npm stop `

#### Run Development Environment

` $ npm run dev `

#### Run Debug Environment

` $ npm run debug `