Farmer first website to improve efficiency and condition of present day farmers.
- Clone this repo to your local machine and
cd
into it. - Run
npm install
oryarn install
in client directory. - Run
npm install
oryarn install
in server directory. - Create the
.env
file in server directory (with PORT preferrably 5000). - Run
npm start
oryarn start
in both,client and server. - Navigate to
http://localhost:3000
to see the website running.