Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Okabe-Rintarou-0 authored Feb 23, 2024
1 parent 068ad1c commit 56cb106
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ yarn install && yarn start
```

`npm install` 下载项目所需的依赖;`npm start` 则会启动前端项目。与 `Makefile` 类似,你也可以在 `package.json` 中定义自己的指令(你可以由此发现 `npm start` 是如何启动项目的):
```

```json
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand Down

0 comments on commit 56cb106

Please sign in to comment.