0 votes
in ReactJS by
How do you create a React app?

1 Answer

0 votes
by
These are the steps for creating a React app:

Install NodeJS on the computer because we need npm to install the React library. Npm is the node package manager that contains many JavaScript libraries, including React.

node-js.

Install the create-react-app package using the command prompt or terminal.

create

Install a text editor of your choice, like VS Code or Sublime Text.

atom

Related questions

0 votes
asked Mar 1, 2020 in ReactJS by RShastri
+1 vote
asked Mar 2, 2020 in ReactJS by RShastri
...