Please enable JavaScript.
Coggle requires JavaScript to display documents.
nodeJS (implementation process (initialize the codebase / clone template…
nodeJS
implementation process
design your application in a mockup
initialize the codebase / clone template
git
init
.gitignore
npm
init
nodemon
start with nodemon app.js instead of node app.js
eslint
write app.js
node basics
syntax
modules
functions
debugging
build in
create webserver
express
create a html template
emmet
http://docs.emmet.io/cheat-sheet/
handlebar
testing
Basics
what is node?
what are the advantages?
install environment (nodeJS + editor)