Skip to content

Memories - Social Application - CRUD - MERN - With Google Authentication

Notifications You must be signed in to change notification settings

MrYogesh0709/memories-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ed2f4b9 · Feb 26, 2024

History

17 Commits
May 31, 2023
Feb 26, 2024
Jan 15, 2023
Feb 26, 2024
Jul 27, 2023
May 31, 2023

Repository files navigation

Getting Started Memories Application

Open Your Terminal cd client

yarn install

Install All dependencies for project:-

Available Scripts

yarn run start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

.env:-

Add .env the environment variable to your root directory

REACT_APP_GOOGLE_CLIENT_ID=YOUR_GOOGLE_CLIENT_ID

yarn run build

Builds the app for production to the build folder.\

Backend Code is:-

https://github.com/MrYogesh0709/memories-backend