Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 7 days ago
JSON representation

Express Hello World Example on Render https://render.com

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.