This project was bootstrapped with Create React App.
- Node 10
- Git
Clone the repo and install the dependencies.
git clone https://github.com/Honrao-Akshata/socialNetworkingSiteFrontEnd
cd socialNetworkingSiteFrontEnd
npm install
Step 1: Create .env file in root directory
Step 2: Open .env
and inject your credentials so it looks like this
REACT_APP_API_URL= http://localhost:8080
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.