Adapted from the demo project from a blog post.
Run the project in your machine locally.
Clone the repo locally using:
git clone https://github.com/joelvaneenwyk/connector-google-oauth-ts.git
Install dependencies in the root folder
cd nodejs-ts-google-oauth
npm install
You will need to provide your own .env
variables, here's how you can do it:
- create a new file
.env
in the root - open .env.example
- copy the contents and paste it into your own
.env
file - make sure you replace the values with your own valid values
npm run dev