mirror of
https://github.com/nodejs/node.git
synced 2025-05-16 10:39:59 +00:00
271 B
271 B
npm-start(1) -- Start a package
SYNOPSIS
npm start <name>
DESCRIPTION
This runs a package's "start" script, if one was provided.
SEE ALSO
- npm-run-script(1)
- npm-scripts(1)
- npm-test(1)
- npm-restart(1)
- npm-stop(1)