https://github.com/render-examples/express-hello-world
Express Hello World Example on Render https://render.com
https://github.com/render-examples/express-hello-world
express express-js hosting render
Last synced: about 1 month ago
JSON representation
Express Hello World Example on Render https://render.com
- Host: GitHub
- URL: https://github.com/render-examples/express-hello-world
- Owner: render-examples
- License: mit
- Created: 2018-09-26T21:27:29.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T22:55:21.000Z (8 months ago)
- Last Synced: 2025-04-03T06:07:22.149Z (about 1 month ago)
- Topics: express, express-js, hosting, render
- Language: JavaScript
- Homepage: https://express.app.render.com
- Size: 51.8 KB
- Stars: 137
- Watchers: 4
- Forks: 3,787
- Open Issues: 17
-
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.