Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 372 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 372 Bytes

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.