ecommerce games react js:电子商务游戏React js&Redux 源码
Create React App入门 安装JSON服务器 npm install -g json-server 启动JSON服务器 json-server --watch products.json现在,如果您转到 ,您将获得 {“ id”:1,“ title”:“ json-server”,“ author”:“ typicode”} 该项目是通过引导的。 可用脚本 在项目目录中,可以运行: npm start 在开发模式下运行应用程序。 打开在浏览器中查看它。 如果您进行编辑,则页面将重新加载。 您还将在控制台中看到任何棉绒错误。 npm test 在交互式监视模式下启动测试运行器。 有关更多信息,请参见关于的部分。 npm run build 构建生产到应用程序build文件夹。 它在生产模式下正确捆绑了React,并优化了构建以获得最佳性能。 生成被最小化,并且文件名
文件列表
ecommerce-games-react-js-main.zip
(预估有个26文件)
ecommerce-games-react-js-main
public
index.html
304B
src
pages
Cart
styles.css
2KB
index.js
4KB
Home
styles.css
1KB
暂无评论