/ts-express-generator

Primary LanguageJavaScriptMIT LicenseMIT

Express's application generator using Typescript.

NPM Version NPM Downloads

Installation

$ npm install -g ts-express-generator

Quick Start

Crate the app:

$ teg

Install Dependencies:

$ npm install

Start your Express.js app app http://localhost:3000 :

$ npm start

Command Line Options