Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 645 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 645 Bytes

ExpressJS Example

This example starts an ExpressJS server written in TypeScript.

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 body: "Hello world!" payload in JSON. The server code is located in src/index.ts.