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.
- Host: GitHub
- URL: https://github.com/moonhighway/ski-dictionary
- Owner: MoonHighway
- Created: 2015-10-18T23:47:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-26T20:17:13.000Z (over 10 years ago)
- Last Synced: 2025-02-16T18:44:15.554Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 `