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

* fix: discordjs notes
2021-04-03 13:40:26 -07:00
..
2021-02-03 06:45:59 +00:00
2021-02-03 06:45:59 +00:00
2021-02-03 06:45:59 +00:00
2021-04-03 13:40:26 -07:00
2021-02-03 06:45:59 +00:00
2021-02-03 06:45:59 +00:00

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.