保罗 API NodeJS 版
Go to file
奇趣保罗 e381eb9598 Feat: Wallpaper API
随机壁纸 API
2022-04-11 00:56:10 +08:00
public Init: With Starter Template 2022-04-09 21:29:54 +08:00
src Feat: Wallpaper API 2022-04-11 00:56:10 +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 Init: With Starter Template 2022-04-09 21:29:54 +08:00
midway.config.ts Init: With Starter Template 2022-04-09 21:29:54 +08:00
package.json Feat: Wallpaper API 2022-04-11 00:56:10 +08:00
tsconfig.json Feat: Wallpaper API 2022-04-11 00:56:10 +08:00
yarn.lock Feat: Wallpaper API 2022-04-11 00:56:10 +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