https://github.com/luislh-dev/skill-icons
"Fork" del repositorio oficial skill-icons. Muestra tus habilidades en tu archivo README o CV de Github con facilidad 🚀
https://github.com/luislh-dev/skill-icons
Last synced: 5 months ago
JSON representation
"Fork" del repositorio oficial skill-icons. Muestra tus habilidades en tu archivo README o CV de Github con facilidad 🚀
- Host: GitHub
- URL: https://github.com/luislh-dev/skill-icons
- Owner: luislh-dev
- Created: 2024-09-07T18:18:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-19T23:47:34.000Z (about 1 year ago)
- Last Synced: 2025-03-02T15:57:00.446Z (12 months ago)
- Language: TypeScript
- Homepage: https://nodejs-serverless-function-express-amber-delta.vercel.app
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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):
[](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
```