CoursesBaidu Miaoda: From Idea to ApplicationLessons
Export and Deploy Source Code
Run exported web or Mini Program code and replace hosted services safely.
After leaving Miaoda hosting, you own API subscriptions, secrets, domains, deployment, and operations.
Web project
bun install
bun run dev -- --host 127.0.0.1Taro project
bunx taro build --type h5 --watch
bunx taro build --type weapp --watchReplace backend URLs and public keys in .env. Keep private API keys in server-side secrets rather than source code or chat.
Tutorials