john-smilga / react-projects

4.77k stars 3.86k forks source link

Improvement in the existing markdown #117

Open piyush-sri opened 2 weeks ago

piyush-sri commented 2 weeks ago

Markdown can be improved with contribution guidelines and how to up and run this app on localmachine

Gagandeep-2003 commented 1 day ago

To run the application you can follow following steps:-

  1. clone this to repository to your local machine or download the zip file.
  2. open in code editor.
  3. open the project directory that you wanted to run.
  4. use gitbash or terminal and cd the directory of opened project.
  5. install the node modules using - (npm install) command.
  6. Run it using npm start command.
  7. You can open the project in the browser using localhost:3000.