This project is ReactJS Project of Griffinsight.
To run this project, you will need to add the following environment variables to your .env file
REACT_APP_BASE
Clone the project into local
git clone https://github.com/mrkhan02/mediaFrontend.git
Add environment variable .env
Install all the npm packages. Go into the project folder and type the following command to install all npm packages.
npm install
In order to run the application Type the following command
npm start
The Application Runs on localhost:3000