Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 271 Bytes

start.md

File metadata and controls

18 lines (12 loc) · 271 Bytes

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)