Create a new node module: Difference between revisions
 (Created page with "* create a wiki page off of in-progress Projects * mkdir ~/development/websockets-tester && cd ~/development/websockets-tester author up a new node pa...")  | 
			
(No difference) 
 | 
Revision as of 18:49, 1 June 2016
- create a wiki page off of in-progress Projects
 - mkdir ~/development/websockets-tester && cd ~/development/websockets-tester
 
author up a new node package
- cp mah-haus project
 - # clean index.js package.json to use wst (our top-level command) (don't worry about ws dependency, we add that next)
 - npm install --save ws # to install a local copy under node_modules, and add dep to package.json