The project was bootstrapped using Create-React-App.
- Clone the repository to your local machine.
- Copy the contents of the
.env.example
file to.env.local
file. - Setup the respective environment variables in the
.env.local
file. - REACT_APP_SERVER_API is
https://plant-it-api.herokuapp.com/
- Run
npm install
to install all dependencies. - Run
npm start
to start the development server. - Open the browser and navigate to http://localhost:3000.
Thats all !!!!!.