Skip to content

sspringer82/jsdays-node

Repository files navigation

Herzlich willkommen zum Einstieg in Node.js

Wer bin ich?

Sebastian Springer

JavaScript Entwickler

MaibornWolff GmbH

@basti_springer

sebastian.springer@maibornwolff.de

Repo

https://github.com/sspringer82/jsdays-node

Run

REPL (Shell): node

With file: node index.js

Debug

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

Start your project

  1. .gitignore node_module

  2. npm init

    to create a package.json file

Modules

node --experimental-modules module.mjs

file ending: .mjs

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published