保罗 API NodeJS 版
Go to file
奇趣保罗 8cdf2a6655 Feat: DJI & Bili API
大疆和哔哩哔哩的 iframe API
2022-04-17 00:49:45 +08:00
prisma Fix: ACGM API Bug 2022-04-14 01:06:27 +08:00
public Feat: DJI & Bili API 2022-04-17 00:49:45 +08:00
src Feat: DJI & Bili API 2022-04-17 00:49:45 +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: Add Frontend Pages 2022-04-13 23:28:50 +08:00
midway.config.ts Chore: DB Config 2022-04-12 23:39:52 +08:00
package.json Feat: Add Frontend Pages 2022-04-13 23:28:50 +08:00
tsconfig.json Chore: DB Config 2022-04-12 23:39:52 +08:00
yarn.lock Feat: Add Frontend Pages 2022-04-13 23:28:50 +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