Create React App from scratch

Create React App from scratch

Table of contents

No heading

No headings in the article.

Here are are going to see how to start with ReactJS from scratch so follow along with me
First of all make sure that you have installed node.js
Type the following command to check your version of node node -version

If everything is okey then type the following command to create boilerplate of react
npm i -g create-react-app [directory name]

Screenshot (59).png


You can see a folder structure like this , open README.MD and read it for further proccess