
Deploy ReactPress
Production deployment can be monolithic (CLI build + start) or split: NestJS API on your server, Theme Starter on Vercel.
Production commands
npm i -g @fecommunity/reactpress@3
reactpress build
reactpress start
Deploy with Vercel, PM2, Docker, or your preferred hosting. The public site, admin console, and API can run together or split across services in headless mode.
Theme Starter on Vercel
This repository deploys as a headless frontend. Point REACTPRESS_API_URL and CLIENT_SITE_URL at your ReactPress instance, or use build:mock for a demo without a backend. See reactpress.surge.sh for deployment guides.
Resources
- reactpress.surge.sh — official documentation
- README — deployment details for Docker and monorepos
评论
填写昵称与邮箱即可评论,无需登录。