文件名称:Cobler:艺术练习
文件大小:150KB
文件格式:ZIP
更新时间:2024-03-09 19:59:56
JavaScript
全栈样板
入门
从Github UI
请参阅的说明以使用Github的功能从模板创建新的仓库。
从命令行
git clone https://github.com/dev-academy-challenges/boilerplate-fullstack [your-project-name]
cd [your-project-name]
npm install # to install dependencies
npm run dev # to start the dev server
您可以找到在上运行的服务器。
细节
此回购包括:
一个简单的API端点( /api/v1/fruits )
单个React组件(
【文件预览】:
Cobler-master
----client()
--------reducers()
--------index.js(590B)
--------testing()
--------apis()
--------components()
--------webpack.config.js(908B)
--------styles()
--------actions()
----server()
--------index.js(195B)
--------db()
--------server.js(293B)
--------routes()
--------public()
----package.json(2KB)
----package-lock.json(605KB)
----.gitignore(140B)
----README.md(1004B)
----.vscode()
--------launch.json(393B)