8000 Update README.md · DaveSimoes/React-Tutorial-2025@7f64968 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f64968

Browse files
authored
Update README.md
1 parent d0a82fc commit 7f64968

File tree

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,9 @@
3030
24. [License to use](#license-to-use)
3131

3232
## Introduction to React
33-
React is a JavaScript library for creating user interfaces. It enables developers to build reusable UI components and efficiently update the DOM by using a virtual DOM for optimal performance.
34-
`create-react-app`
35-
36-
```
37-
# Terminal
38-
npx create-react-app my-react-app
39-
cd my-react-app
40-
npm start
41-
```
33+
React is a JavaScript library for creating user interfaces.
34+
It enables developers to build reusable UI components and efficiently update the DOM by using a virtual DOM for optimal performance.
35+
4236

4337
## Start a New React Project
4438

0 commit comments

Comments
 (0)
0