Skip to content

Instantly share code, notes, and snippets.

@eriadam
Created November 22, 2016 09:25
Show Gist options
  • Save eriadam/0b1c0f58154de753904f6c7cb4692f7d to your computer and use it in GitHub Desktop.
Save eriadam/0b1c0f58154de753904f6c7cb4692f7d to your computer and use it in GitHub Desktop.
import * as Express from 'express';
let app = Express();
import {Bootstrap} from './api/bootstrap';
new Bootstrap(app);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment