UNPKG
create-a-react-app
Version:
latest (1.1.14)
1.1.14
1.1.13
1.1.12
1.1.11
1.1.10
1.1.9
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.2
1.0.1
1.0.0
create a react app
github.com/zhangrenyang/create-a-react-app
zhangrenyang/create-a-react-app
create-a-react-app
/
README.md
20 lines
(15 loc)
•
299 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## 快速开始
使用方式
``
`sh cra [项目名称] [端口号] `
``
示例
``
`sh # 全局安装 $ npm install create-a-react-app@latest -g # 执行创建项目命令 $ cra --projectName my-app --port 3000 或 $ cra my-app 3000 `
``
然后打开
http:
/
/localhost:3000/
查看您的应用程序