Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.64 KB

prework.md

File metadata and controls

47 lines (31 loc) · 1.64 KB

Prework

Reading

Hosting

If you don't already have one, create a Heroku account

Code

Install Dependencies

$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash
$ nvm install 8 // use 8 use node 8 or up
JSON Formatter

You'll need to have the ability to inspect JSON objects in the browser install one of these depending on the browser:

Chrome JSON Formatter Firefox JSON View

$ brew install heroku/brew/heroku
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"