文件名称:自己泡茶
文件大小:155KB
文件格式:ZIP
更新时间:2024-03-15 02:52:27
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组件(
【文件预览】:
make-your-own-bubble-tea-main
----client()
--------styles()
--------webpack.config.js(908B)
--------apis()
--------components()
--------actions()
--------testing()
--------index.js(590B)
--------reducers()
----.vscode()
--------launch.json(393B)
----README.md(1004B)
----.gitignore(140B)
----server()
--------public()
--------db()
--------server.js(293B)
--------index.js(195B)
--------routes()
----package-lock.json(605KB)
----package.json(2KB)