An open API service indexing awesome lists of open source software.

https://github.com/emrd/react-google-login


https://github.com/emrd/react-google-login

Last synced: about 1 year ago
JSON representation

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.