Setting up your dev environment for the BAR

As some of you will be working on your own independent projects it will be good to give you advice in terms of how to develop for the web and what standards we use the for BAR. First we should install a few things on your local dev machine:

Text Editors:

Node Environment:

Node is a javascript runtime environment that can be run without a browser, so you can run code like this node myscript.js just like a python script. Test you have it running by using node --version.

Mac

Windows

Suggested Chrome Addons

Leave a Reply