3.2 React Tooling
Building modern application with frameworks like React, also need a lot of supporting tools to help standardize and automate the repetitive and error-prone development and deployment tasks.
Most of these tools are built with JavaScript and run in the terminal with Node.js
Before we go any deeper with React, it is a good idea to understand the role that each of these tools plays, and make sure that you know how to install them correctly.
# Today's Plan
- Git CLI (10 mins)
- Node and NPM (10 mins)
- Babel CLI (20 mins)
- Webpack (30 mins)
- Yarn (5 mins)
- Jest (5 mins)
- Create React App (30 mins)