mirror of
https://github.com/zhigang1992/npm.git
synced 2026-06-16 11:49:53 +08:00
276 B
276 B
npm-start(1) -- Start a package
SYNOPSIS
npm start [-- <args>]
DESCRIPTION
This runs a package's "start" script, if one was provided.
SEE ALSO
- npm-run-script(1)
- npm-scripts(7)
- npm-test(1)
- npm-restart(1)
- npm-stop(1)