文件名称:react-express-app:具有React前端和Express后端的超棒超简单应用程序
文件大小:197KB
文件格式:ZIP
更新时间:2024-06-01 11:03:19
JavaScript
入门 在项目的根目录中... 安装节点模块yarn install或npm install 。 启动开发服务器yarn start或npm start 。 下一步 样本数据 替换存储在/server/sampleData.js中的样本数据。 替换存储在/ src / images中的默认图像。 添加新页面 使用您的react组件在/src/components创建一个文件夹。 为您的页面添加一条路由到/src/App.js 。 在/src/components/NavBar/index.js的导航栏中添加一个按钮。 部署方式 如果在创建项目时选择了Azure应用服务,请按照下列步骤操作: 在Windows / Linux中按Ctrl + Shift + P ,在Mac中按Shift ⇧ + Command ⌘ + P ,然后键入/选择Web Template Studio: De
【文件预览】:
react-express-app-master
----.env(13B)
----public()
--------manifest.json(365B)
--------index.html(2KB)
--------robots.txt(76B)
--------favicon.ico(4KB)
----yarn.lock(448KB)
----src()
--------images()
--------constants.js(358B)
--------components()
--------registerServiceWorker.js(4KB)
--------App.test.js(309B)
--------App.jsx(912B)
--------App.css(526B)
--------index.jsx(379B)
--------react-app-env.d.ts(40B)
----tsconfig.json(491B)
----README.md(4KB)
----buildScript.js(298B)
----.editorconfig(149B)
----.gitignore(317B)
----server()
--------server.js(2KB)
--------constants.js(213B)
--------app.js(1KB)
--------sampleData.js(3KB)
--------routes()
--------package.json(349B)
----package.json(1KB)