Skip to content

Latest commit

History

History
39 lines (22 loc) 路 1.11 KB

File metadata and controls

39 lines (22 loc) 路 1.11 KB

Create Readme File

This projects helps you in creating readme files for this repo based on readme template. That will make this repo more organize.

Things you will need to get it running 馃搱 :-

  • nodejs
  • git

Additional packages 馃摑

But how do I install additional packages? 馃え

  • Make sure you have nodejs installed on your system. If you haven't yet go to nodejs.org

  • If you want to install dependencies with npm

    • check for yarn.lock. If it is in root of directory. then DELETE yarn.lock
    • Now, run 'npm install'. This will install all the dependencies.
  • If you want to install dependencies yarn.

    • check for package-lock.json. If it is in root of directory. then DELETE package-lock.json
    • Now, run 'yarn install' or 'yarn'. This will install all the dependencies.

How to use this program ? 馃捇

  • If you want to run with npm

    • Run 'npm start'
  • If you want to run with yarn

    • Run 'yarn start'

Made By :-

vivek80801