React
Installation
- Install Node
- 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