跳到正文
封面

ReactPress CLI Reference

ReactPress CLI workflow
Every command starts from the terminal after a global install

CLI Reference

After a global install, every workflow starts from the terminal.

ReactPress

npm i -g @fecommunity/reactpress@3
CommandDescription
reactpressInteractive menu
reactpress initSet up a new project (config + .env)
reactpress devRun site + admin + API locally
reactpress dev --api-onlyAPI only — for custom frontends
reactpress doctorCheck your environment
reactpress statusSee what is running
reactpress buildProduction build
reactpress startRun production build

The monorepo on GitHub contains the CLI, client, server, toolkit, and templates. Contributors use pnpm install and pnpm run dev to develop the platform itself.

评论

填写昵称与邮箱即可评论,无需登录。

推荐阅读