This workshop was hosted by SheCodesNow: https://www.meetup.com/She-Codes-Now/
Instructor: @alequetzalli & John C.
(1) A sample code editor you can download is Sublime. Go to https://www.sublimetext.com/3.
If you already have Sublime installed on your machine, you don't have to install this version. Choose the OS X or Windows depending on which operating system you have.
(2) Download Node: https://nodejs.org/en/
Or ... you can use Cloud9 (http://c9.io)
(1) Create a new project and clone this repo
(2) Use the terminal to upgrade to Node Version 6
nvm install 6
nvm alias default 6
(3) Install dependencies
npm install
(4) Start the server by opening the "server.js" file and clicking the "Run" button.