To work through the examples in this repo, have the following installed on your computer:
- A good text editor (e.g. Sublime, Atom, WebStorm, Brackets, Visual Studio Code)
- Terminal with Unix commandline tools
- Node and npm - npm comes bundled with the Node installation https://nodejs.org/en/download/
- Git
Note for windows users:
Node
You can install Node with a Windows installer from the download page. You will need to make sure that Node is added to the PATH variable as mentioned in this post:
https://stackoverflow.com/questions/27344045/installing-node-js-and-npm-on-windows-10?answertab=votes#tab-top
Git and Commandline Tools
This post talks you through installing Git and with it Unix commandline tools. If you are on Windows, Visual Studio Code (also mentioned in the post) would be a good editor to use
https://github.com/alchemycodelab/code-201-prework/blob/master/prework/windows/1_terminal.md
(If you do not want to install things on your computer, you could use a cloud IDE like https://ide.c9.io)