Skip to content

prinsium/socialpost-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation and usage

create a folder named 'socialpost' and under that folder

  1. Clone this repository (also backend --> https://github.com/prinsium/socialpost-backend.git )
git clone https://github.com/prinsium/socialpost-frontend.git
  1. Install dependencies
npm install
  1. 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