Skip to content

aysenurellu/CSE343-Software-Engineering-Fall2019

Repository files navigation

CSE343-Software-Engineering-Fall2019

Group repositories and usage

Group4-Operate :

  • Node.js Installation on Ubuntu

    Step 1 – Add Node.js PPA

    $ sudo apt-get install curl
    $ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
    

    Step 2 – Install Node.js

    $ sudo apt-get install nodejs
    

    Step 3 – Check Node.js and NPM Version

    It should be above 4.17.1

    $ node -v 
    
    $ npm -v 
    
  • How to run?

    $ npm i
    
    $ node index.js
    

    you can find all the files in here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 10