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:
- Hotlink to the file on a content-delivery network (CDN) such as Cloudflare: https://cdnjs.cloudflare.com/ajax/libs/react/15.5.4/react.js or https://cdnjs.cloudflare.com/ajax/libs/react/15.5.4/react-dom.js (full list: https://cdnjs.com/libraries/react).
- Download the file from a React website such as http://facebook.github.io/react/downloads.html or https://github.com/facebook/react.
- Use npm (see the next section), as in ...
Get React Quickly now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.