Install NodeJS, ExpressJS, and Generate Application Skeleton

    Bahadir Balban

    Started Tech Buzz

    @learningexpressjs

    Commands and snippets used in this tutorial

    Install NVM:

    curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
    

    Install NodeJS

    nvm install 10.15.0

    Install Express Generator

    npm install express-generator -g

    Generate Application

    express --view=pug myapp



    Did you like this episode?

    Buzz it and share it with your friends

    Buzz0

    You Might Also Like...


    Join The Discussion