GitHub - gr2m/octokit-oauth-app-begin-example: serverless example using begin.com (original) (raw)
@octokit/oauth-app
serverless example using Begin
This example showcases how to create an OAuth Client server for GitHub's (OAuth) Apps for a serverless environment using Begin
All the default routes are implemented using separate files in the /src/http/ folder
Learn more about @octokit/oauth-app or Begin.
Deploy your own
Deploy your own clone of this app to Begin!
Local development
- Install dependencies:
npm install
- Start the local dev server:
npm start
Reference
- Quickstart - basics on working locally, project structure, deploying, and accessing your Begin app
- Creating new routes - basics on expanding the capabilities of your app
Head to docs.begin.com to learn more!