Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonywu6/work-github-assistant-oauth-client
https://github.com/tonywu6/work-github-assistant-oauth-client
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tonywu6/work-github-assistant-oauth-client
- Owner: tonywu6
- License: mit
- Created: 2023-06-05T19:34:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-06T08:31:20.000Z (over 1 year ago)
- Last Synced: 2024-11-08T11:17:17.882Z (6 days ago)
- Language: TypeScript
- Homepage: https://github-assistant-oauth-client.vercel.app
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node.js Hello World
Simple Node.js + Vercel example that returns a "Hello World" response.
## How to Use
You can choose from one of the following two methods to use this repository:
### One-Click Deploy
Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=vercel-examples):
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/vercel/examples/tree/main/solutions/node-hello-world&project-name=node-hello-world&repository-name=node-hello-world)
### Clone and Deploy
```bash
git clone https://github.com/vercel/examples/tree/main/solutions/node-hello-world
```Install the Vercel CLI:
```bash
npm i -g vercel
```Then run the app at the root of the repository:
```bash
vercel dev
```