Created
April 15, 2019 05:38
-
-
Save seanpmaxwell/44672acd9e0b3cc817c9d505e362d595 to your computer and use it in GitHub Desktop.
ExpressTypeScript/start.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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