Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 694 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 694 Bytes
title description tags
ExpressJS
An ExpressJS server
express
typescript

ExpressJS Example

This example starts an ExpressJS server.

Deploy on Railway

✨ Features

  • Express
  • TypeScript

💁‍♀️ How to use

  • Install dependencies yarn
  • Connect to your Railway project railway link
  • Start the development server railway run yarn dev

📝 Notes

The server started simply returns a Hello: "World" payload in JSON. The server code is located in src/index.js.