Skip to content

Instantly share code, notes, and snippets.

@seanpmaxwell
Created April 15, 2019 05:38
Show Gist options
  • Save seanpmaxwell/44672acd9e0b3cc817c9d505e362d595 to your computer and use it in GitHub Desktop.
Save seanpmaxwell/44672acd9e0b3cc817c9d505e362d595 to your computer and use it in GitHub Desktop.
ExpressTypeScript/start.ts
import ExampleServer from './ExampleServer';
const exampleServer = new ExampleServer();
exampleServer.start(3000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment