Skip to content

railwayapp-templates/expressjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.