jjayjack / node_overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node_overview

About

Within this Repository, Node applications will be created to explore main Node concepts to develop my understanding of Node utilization.

Debugging Tools

  1. Node built-in: debugger

    node inspect app.js add --title="" --body=""

    node --inspect-brk app.js add --title="" --body=""

Chrome tools: chrome://inspect

About


Languages

Language:JavaScript 83.3%Language:Handlebars 11.4%Language:CSS 5.3%