Express-learning

Express-Generator

Check versions

    node -v
    npm -v

Installations

    npm install -g express-generator - for earlir versions
    express --git --hbs testApp   - create testapp project with gitignore and hbs

Debug

    set DEBUG=testApp:* & npm start

Express-Essentials

Installations

    npm install express nodemon

nodemon saves updated change and is a huge time saver