Skip to content

Latest commit

 

History

History
65 lines (37 loc) · 1.72 KB

README.md

File metadata and controls

65 lines (37 loc) · 1.72 KB

Node_Farm

logo


Technology Stack


Note: If you are new to open source contributions, you can refer to this guide by GitHub.


Installation

To run the project locally, follow these steps:

  1. Fork the project repository:

    • Go to the project repository on GitHub.
    • Click on the "Fork" button in the top-right corner of the page.

    image

    • This will create a copy of the repository under your GitHub account.
  2. Clone the forked repository to your local machine:

git clone https://github.com/parasss19/NodeJs_-Farm.git
  • This command will create a local copy of the project on your machine.
  1. Install dependencies
npm install
  1. Running the Project :

To start the development server and run the application locally, use the following command:

npm start
  • It will start the server now type 127.0.0.1:8000 in chrome to view the application

🤠 Project Admin

(Back to top)