文件名称:韩国我的字典
文件大小:151KB
文件格式:ZIP
更新时间:2024-03-09 08:09:38
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组件(
【文件预览】:
Korean-My-Dictionary-main
----client()
--------components()
--------webpack.config.js(908B)
--------index.js(590B)
--------apis()
--------testing()
--------reducers()
--------actions()
--------styles()
----.gitignore(140B)
----package.json(2KB)
----server()
--------db()
--------public()
--------index.js(195B)
--------routes()
--------server.js(293B)
----package-lock.json(605KB)
----README.md(1004B)
----.vscode()
--------launch.json(393B)