UNPKG

node-ts-skeleton

Version:

A simple typescript skeleton to work with node and express

7 lines (4 loc) 133 B
import {Application} from './src/application/Application.class'; const app = new Application(); const port = 3000; app.init(port);