...

/

Running our Weather app on your machine

Running our Weather app on your machine

We'll look at how to run our app on your machine so that you can run tests against the app

Prerequisites

Node.js is a JavaScript runtime for your terminal. Don’t worry too much about it, but it’s used by some tools we’ll be using to build our application. If you don’t have it installed already (check by running node -v in your terminal, which should print a version number) head over to nodejs.org, follow the instructions there to install the latest version (v6 at the time of this writing) and ...