Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 506 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 506 Bytes

Node Farm

A web application made with NodeJS for the Back-End and HTML & CSS for The Front-End.

How can i run this project ?

  • You need have node installed on your machine, if you don't have it installed you can download it from https://nodejs.org/en/ .
  • You have to clone this repository to your machine.
  • Open your CLI on the repository path and write npm install.
  • After packges installation, write npm run start.
  • Then open http://localhost:3000/ in your browser.