Back to Pnpm Io

pnpm start

versioned_docs_archived/version-3.x/cli/start.md

latest267 B
Original Source

Aliases: run start

Runs an arbitrary command specified in the package's "start" property of its "scripts" object. If no "start" property is specified on the "scripts" object, it will run node server.js.

Synopsis

text
pnpm start [-- <args>...]