https://github.com/kevcodez/render-express-hello-world
https://github.com/kevcodez/render-express-hello-world
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevcodez/render-express-hello-world
- Owner: kevcodez
- License: mit
- Created: 2023-05-13T10:58:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-14T14:55:33.000Z (almost 3 years ago)
- Last Synced: 2025-01-01T18:33:05.416Z (about 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
This is the [Express](https://expressjs.com) [Hello world](https://expressjs.com/en/starter/hello-world.html) example on [Render](https://render.com).
The app in this repo is deployed at [https://express.onrender.com](https://express.onrender.com).
## Deployment
See https://render.com/docs/deploy-node-express-app or follow the steps below:
Create a new web service with the following values:
* Build Command: `yarn`
* Start Command: `node app.js`
That's it! Your web service will be live on your Render URL as soon as the build finishes.