Skip to content

Commit 1aec83c

Browse files
authored
Update create-a-new-react-app.md
1 parent e6f9603 commit 1aec83c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

content/docs/create-a-new-react-app.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,7 @@ Nhóm React chủ yếu đề xuất các giải pháp sau:
3939

4040
[Tạo App React](https://github.com/facebookincubator/create-react-app) là một môi trường thoải mái để **học React**, và là cách tốt nhất để bắt đầu xây dựng **một ứng dụng [single-page](/docs/glossary.html#single-page-application) mới** trong React.
4141

42-
<<<<<<< HEAD
4342
Nó thiết lập môi trường phát triển của bạn để bạn có thể sử dụng các tính năng JavaScript mới nhất, cung cấp trải nghiệm tốt cho nhà phát triển và tối ưu hóa ứng dụng của bạn cho sản xuất. Bạn sẽ cần phải có [Node >= 10.16 và npm >= 5.6](https://nodejs.org/en/) trên máy của bạn. Để tạo một dự án, hãy chạy:
44-
=======
45-
It sets up your development environment so that you can use the latest JavaScript features, provides a nice developer experience, and optimizes your app for production. You’ll need to have [Node >= 14.0.0 and npm >= 5.6](https://nodejs.org/en/) on your machine. To create a project, run:
46-
>>>>>>> a88b1e1331126287ccf03f2f4ec25ec38513b911
4743

4844
```bash
4945
npx create-react-app my-app

0 commit comments

Comments
 (0)