appendix-a

Appendix A. Installing applications used in this book

 

In this appendix, you’ll find installation instructions for the following applications (valid as of May 2017):

  • React v15
  • Node.js v6 and npm v3
  • Express v4
  • Twitter Bootstrap v3
  • Browserify
  • MongoDB
  • Babel

Installing React

You can download React in a myriad of ways:

Installing Node.js

If you’re unsure whether you have Node.js and npm, or you don’t know what version you have, run these commands in your Terminal/iTerm/bash/zsh/command line:

$ node -v
$ npm -v

Most of the time, npm comes with Node.js, so follow the instructions for Node.js to install npm. The easiest way to install Node and npm is to go to the website and pick the right architecture for your computer (Windows, macOS, and so on): https://nodejs.org/en/download.

Installing Express

Installing Bootstrap

Installing Browserify

Installing MongoDB

Using Babel to compile JSX and ES6