From the course: Building Production-Ready React Apps: Setup to Deployment with Firebase

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

The React CLI and the React Developer Tools

The React CLI and the React Developer Tools

- [Instructor] Create React App offers an easy and quick option to get started fast with React, as well as a comfortable environment for learning React. It also allows to create a new React project in seconds with zero configuration. In this video we see the instructions to start and install CRA globally, then start a new project in seconds with one script only. So the requirements will be to have, on your machine Node installed. So to check which version of Node and npm is installed on your machine you can run node -v or node --version and you can always visit the official Node website in order to download the latest stable version of Node for your operating system. So to get started with Create React App, so the React CLI, we're going to head to get started, and so the first step will be to install the React CLI with this command. So to install it globally, with npm install -g to install globally followed by create…

Contents