How to create **React app** from scratch === ###### tags: `React` 1. Install **Node.js** 2. Check if node is installed by typing **node -v** & **npm -v** in your cmd 3. Open a new Terminal in VSC, type **npx create-react-app <directory name>** and it would automatically create a react-app project with all the configuration you need 4. Replace files in **public** and **src** folder then type npm start in the terminal, and you will see your project running properly