Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (5 months ago)
- Last Synced: 2025-01-15T20:12:50.607Z (17 days ago)
- Topics: express, express-js, hosting, render
- Language: JavaScript
- Homepage: https://express.app.render.com
- Size: 51.8 KB
- Stars: 131
- Watchers: 5
- Forks: 3,669
- Open Issues: 12
-
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.