Clone this repository.
$ git clone [email protected]:aishwarya4shrestha/blog-post-frontend.gitInstall dependencies. Make sure you already have nodejs, npm and yarn installed in your system.
$ npm installMake a copy of .env.example as .env file for environment variables.
$ cp .env.example .envREACT_APP_GOOGLE_CLIENT_ID = <CLIENTID> //Keep same client id in both backend and frontend. Backend constant in .env keep: GOOGLE_CLIENT_ID:<CLIENTID>
REACT_APP_API_BASE_URI =http://localhost:8000/api/
$ npm run start