expressjs-typescript icon indicating copy to clipboard operation
expressjs-typescript copied to clipboard

ExpressJS and TypeScript - a simple project template

Instructions:

  1. Clone this repo
  2. Run npm install
  3. Create a .env file (see .env.sample for an example)
  4. Run npm start
  5. Visit localhost:8080

To run in debug mode, simply hit F5

You should have a simple express js app running, you can now edit the code in the src folder, and see it reflect in your browser.