| title | description | tags | ||
|---|---|---|---|---|
ExpressJS |
An ExpressJS server |
|
This example starts an ExpressJS server.
- Express
- TypeScript
- Install dependencies
yarn - Connect to your Railway project
railway link - Start the development server
railway run yarn dev
The server started simply returns a Hello: "World" payload in JSON. The server code is located in src/index.js.