/yargs_students

Primary LanguageJavaScript

yargs_students

simple node app using yargs package to store ,list ,read, and delete student's data

Prerequisite

It is only requires Node

Installation

  • After cloneing the repo open the folder in cmd and run the following command to install all third part bakages

      > npm i
    
  • Finally to run the server

    > npm run devServer