文件名称:fullstack-template-react:Web开发的全栈模板
文件大小:405KB
文件格式:ZIP
更新时间:2024-05-17 22:13:03
JavaScript
基于React和表达的全栈模板 我按照cals中的说明制作了用于Web开发的锅炉模板 #我按照以下步骤制作了模板 第一步:git init&yarn init 步骤2:服务器端通过knex设置快速,路由和数据库设置 I did migration&seeding worldcup table for testing and I tested routes and db using postman 第三步:客户端与设置Webpack和Superagent一起工作 Webpack.config paht set up Ste43:服务器端的其他工作 Making public folder and creating index.html
【文件预览】:
fullstack-template-react-master
----client()
--------index.js(237B)
--------api.js(273B)
--------components()
----server()
--------index.js(187B)
--------server.js(314B)
--------routes()
--------db.js(376B)
----knexfile.js(741B)
----package.json(788B)
----migrations()
--------20180626161202_worldcup.js(334B)
----.gitignore(27B)
----webpack.config.js(406B)
----public()
--------bundle.js.map(859KB)
--------index.html(342B)
--------bundle.js(743KB)
----README.md(593B)
----yarn.lock(147KB)
----seeds()
--------worldcup.js(1KB)