react-friends-CRA

时间:2024-05-29 00:27:28
【文件属性】:

文件名称:react-friends-CRA

文件大小:97KB

文件格式:ZIP

更新时间:2024-05-29 00:27:28

react create-react-app JavaScript

React朋友 目标 了解React的基础知识,并了解其实现与Angular的比较。 步骤1:依赖关系,文件结构和构建。 克隆此存储库即可开始使用。 我们将使用create-react-app制作我们的应用程序。 npm install -g create-react-app 然后在克隆的仓库中运行命令create-react-app friends 。 这将在目录中的朋友中创建一个React应用。 cd friends进入该目录。 运行npm start ,您应该会在浏览器中看到基本的React应用程序启动。 让我们看一下我们的基本React应用 - node_modules // create-react-app installed a bunch of dependencies for us - public \ - index.html // This is


【文件预览】:
react-friends-CRA-master
----friends.js(12KB)
----.gitignore(12B)
----README.md(13KB)
----components.png(91KB)

网友评论