create a folder named 'socialpost' and under that folder
- Clone this repository (also backend --> https://github.com/prinsium/socialpost-backend.git )
git clone https://github.com/prinsium/socialpost-frontend.git
- Install dependencies
npm install
- in your config.js file
BASE_URL= "http://localhost:3000/"
or use url on which the backend is running on your localhost 4. Start a new terminal and run react's development server
npm start