保罗 API NodeJS 版
Go to file
奇趣保罗 f66545d0ae Fix: FontAwesome Link
修复地址无效问题
2023-04-07 01:38:57 +08:00
prisma Feat: Check Pwd with MD5 + Salt 2022-05-25 23:32:17 +08:00
public Feat: Add Passport + JWT 2022-05-03 02:02:57 +08:00
src Fix: Get IP API 2022-07-04 17:59:36 +08:00
.env.example Chore: Env Config 2022-05-22 17:54:55 +08:00
.gitignore Chore: Env Config 2022-05-22 17:54:55 +08:00
README.md Init: With Starter Template 2022-04-09 21:29:54 +08:00
failback.html Feat: Fallback Page 2022-08-02 22:55:04 +08:00
index.html Fix: FontAwesome Link 2023-04-07 01:38:57 +08:00
midway.config.ts Feat: Add ACGM API 2022-04-23 01:36:02 +08:00
package.json Feat: Fallback Page 2022-08-02 22:55:04 +08:00
tsconfig.json Chore: DB Config 2022-04-12 23:39:52 +08:00
yarn.lock Feat: Check Pwd with MD5 + Salt 2022-05-25 23:32:17 +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