Files
archived-starters/examples/expressjs/README.md
Unai Mengual fcc95a5c7c fix: starter notes (#68)
* fix: expressjs notes

* fix: discordjs notes
2021-04-03 13:40:26 -07:00

602 B

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 init
  • 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.