Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to start a react project with vscode

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces how to use vscode to start the react project, the article is very detailed, has a certain reference value, interested friends must read it!

How to start a react project with vscode

Request:

● has a nodejs environment with npm installed

● has vscode installed

First create a project using create-react-app scaffolding.

Create-react-app demo

Then use vscode to start the react project:

1. Use the shortcut key ctrl+ `to open the terminal in the VSCode editor.

2. Cd demo enters the demo project

3. Yarn start or npm start can run the project.

Knowledge expansion:

The relationship between node and npm: node.js is a running environment of js and an interpreter of js on the server side.

Npm is included in node, and after installing node, you will also find that npm has been installed.

Npm is the package manager for node.

The above is all the contents of the article "how to start the react Project with vscode". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report