]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/doc/cli/npm-start.md
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / doc / cli / npm-start.md
1 npm-start(1) -- Start a package
2 ===============================
3
4 ## SYNOPSIS
5
6     npm start [-- <args>]
7
8 ## DESCRIPTION
9
10 This runs an arbitrary command specified in the package's `"start"` property of
11 its `"scripts"` object. If no `"start"` property is specified on the
12 `"scripts"` object, it will run `node server.js`.
13
14 As of [`npm@2.0.0`](http://blog.npmjs.org/post/98131109725/npm-2-0-0), you can
15 use custom arguments when executing scripts. Refer to npm-run-script(1) for
16 more details.
17
18 ## SEE ALSO
19
20 * npm-run-script(1)
21 * npm-scripts(7)
22 * npm-test(1)
23 * npm-restart(1)
24 * npm-stop(1)