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

  1. Git CLI (5 mins)
  2. Node and NPM (5 mins)
  3. Babel CLI (5 mins)
  4. Webpack (5 mins)
  5. Yarn (5 mins)
  6. Jest (5 mins)
  7. Create React App (40 mins)
  8. Working on Weather App
Last Updated: : 10/16/2021, 5:54:24 PM