Skip to content

A minimal example to integrate "Sign in with Google" with ReactJS

License

Notifications You must be signed in to change notification settings

bonsaiilabs/google-login-with-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sign-in with Google using React JS

This is a minimal setup created using create-react-app. I shows you how exactly you can integrate a Google Login in your own React-based app

Demo

How to run?

Pre-requisites

You need to create a CLIENT_ID using this link Here is a demo for how to create CLIENT_ID

How to run?

Clone the project

git clone <Url of this project>

Get into the folder and install necessary dependencies

cd google-login-with-react
yarn

Start the project

yarn start

Once started, you can access this project at http://localhost:3000

About

A minimal example to integrate "Sign in with Google" with ReactJS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published