Skip to content

sspringer82/enterjs-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Links

Debugger

Applikation im Debugger starten: node --inspect index.js

Applikation im Debugger mit Break on First line starten: node --inspect-brk index.js

Mit den Chrome Dev Tools verbinden: chrome://inspect

Anleitung für:

Template engine

npm install ejs

Zertifikate

```openssl req -new -x509 -key localhost.key -out localhost.cert -days 9999 -subj /CN=localhost

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published