React Demo
使用 create-react-app 创建新的单页应用程序。
步骤:
- 创建项目: npx create-react-app createreactappdemo
 - 进入项目目录: cd createreactappdemo
 - 启动应用: npm start
 
要求:
- Node >= 10.16
 - npm >= 5.6
 
注意事项:
- 项目名称不能包含大写字母。
 - 查看 create-react-app 版本:npx create-react-app -V
 
                                        
                                    文件大小:142.1KB
                                
                                
                                
                            
评论区