Sebastian Springer
JavaScript Entwickler
MaibornWolff GmbH
@basti_springer
sebastian.springer@maibornwolff.de
https://github.com/sspringer82/jsdays-node
REPL (Shell): node
With file: node index.js
node --inspect-brk index.js
Start with break on first line
node --inspect index.js
start without break on first line
connect devtools: chrome://inspect
-
.gitignore node_module
-
npm init
to create a package.json file
node --experimental-modules module.mjs
file ending: .mjs
- https://nodejs.org/en/
- https://nodejs.org/en/download/package-manager/
- https://code.visualstudio.com/docs/nodejs/nodejs-debugging
- https://www.jetbrains.com/help/webstorm/running-and-debugging-node-js.html
- https://docs.npmjs.com/misc/scripts
- https://www.npmjs.com/package/semver
- https://github.com/joaojeronimo/rimrafall
- https://github.com/verdaccio/verdaccio
- https://github.com/DefinitelyTyped/DefinitelyTyped
- https://github.com/airbnb/javascript