Fixed naming issue (#21604)
This commit is contained in:
committed by
Jonathan Grah
parent
1bdb72bd90
commit
33a8da3bd7
@ -7,7 +7,7 @@ Every language learning starts with Traditional Hello World example. Here, you g
|
||||
|
||||
Everything in React is a component.
|
||||
|
||||
But before that we need to make sure to have node.js and npm installed in the computer. Optionally we can use CRA(Create React App) which is a tool built by developers at Facebook to help you build React applications. It saves you from time-consuming setup and configuration. You simply run one command and create react app sets up the tools you need to start your React project.
|
||||
But before that we need to make sure to have node.js and npm installed in the computer. Optionally we can use CRA(Create React App) which is a tool built by developers at Facebook to help you build React applications. It saves you from time-consuming setup and configuration. You simply run one command and create-react-app sets up the tools you need to start your React project.
|
||||
|
||||
We can install it through the following commands
|
||||
```
|
||||
|
Reference in New Issue
Block a user