保罗 API NodeJS 版
Go to file
奇趣保罗 5bc344703f Chore: Move Files
解决后端代码部署问题,需要将所有依赖移动到 api 文件夹下
2022-04-12 22:56:01 +08:00
prisma Feat: Netease & ACGM API 2022-04-12 00:24:48 +08:00
public Init: With Starter Template 2022-04-09 21:29:54 +08:00
src Chore: Move Files 2022-04-12 22:56:01 +08:00
.gitignore Init: With Starter Template 2022-04-09 21:29:54 +08:00
README.md Init: With Starter Template 2022-04-09 21:29:54 +08:00
index.html Feat: Frontend Pages 2022-04-12 00:26:08 +08:00
midway.config.ts Init: With Starter Template 2022-04-09 21:29:54 +08:00
package.json Feat: Frontend Pages 2022-04-12 00:26:08 +08:00
tsconfig.json Feat: Wallpaper API 2022-04-11 00:56:10 +08:00
yarn.lock Feat: Netease & ACGM API 2022-04-12 00:24:48 +08:00

README.md

hooks-react-starter

Use this template:

npx degit https://github.com/midwayjs/hooks/examples/react ./hooks-app

Use npm install to install the dependencies

Commands

  • npm run dev: Starts the development server
  • npm run build: Builds the application for production
  • npm run start: Runs the application in production mode

File Structure

  • src: source code, include backend and frontend
    • api: backend code
    • others: frontend code
  • public: static files
  • midway.config.ts: project config
  • index.html: entry file