Farmer first website to improve efficiency and condition of present day farmers.
- Clone this repo to your local machine and
cdinto it. - Run
npm installoryarn installin client directory. - Run
npm installoryarn installin server directory. - Create the
.envfile in server directory (with PORT preferrably 5000). - Run
npm startoryarn startin both,client and server. - Navigate to
http://localhost:3000to see the website running.