You need to have the following software/modules/applications installed on your computer to be able to complete all the steps of the workshop.
Install some nice REST client like Postman
Note: Windows users, please remember to alway make sure that during installation, if asked, mark option to also update environment variables.
- Get GitHub account: https://github.com/
- Install GitHub Desktop: https://desktop.github.com/ and GitHub Command Line: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
- Install Node.js (4.x version) and NPM (3.3.10 version):
- Install Node and NPM through package available on https://nodejs.org/en/download/ (by default 2.x version of NPM will be installed)
- Upgrade NPM by calling the following in the terminal window:
npm install npm@3.3.10 -g. You might need admin permissions to run this command. For unix you will have to prefix the call withsudo - Now go to your terminal and call:
node -vto make sure you installed Node version 4.xnpm -vto make sure you installed NPM version 3.3.10
- Install some nice text editor like Atom or Sublime Text
- Install Python (only for Windows) available in: https://www.python.org/downloads/ (any 2 or 3 version)