https://github.com/emrd/react-google-login
https://github.com/emrd/react-google-login
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/emrd/react-google-login
- Owner: EmrD
- Created: 2024-11-12T22:04:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-17T11:34:39.000Z (over 1 year ago)
- Last Synced: 2025-02-03T09:18:31.833Z (over 1 year ago)
- Language: JavaScript
- Size: 733 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Google Login Template
This is an example project to show Google login authentication with React without backend.
## Getting Started
To test locally, run;
- Go to your Google Cloud Console and create project.
- Configure your OAuth credentials how you can access with ``Client ID``.
- Add your ``Client ID`` to ``main.jsx`` file.
- Run ``npm i`` to install the packages.
- Run ``npm run dev`` to run on your local computer.