Select Page

React

Installation

  1. Install Node
  2. Install Create React App

Create React App Installation

npm install -g create-react-app

 

Create Project

Will create the project folder and all the packages and tools.

create-react-app projectname
cd projectname
npm start