2.0.0 • Published 2 years ago

express-ts-app v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

express-ts-app

Forked from PrawiraGenestonlia/create-express-typescript-application

express-ts-app creates a very basic Express application with TypeScript enabled (see the template).

Quick Start

# create a project
$ npx express-ts-app <project-name>
# start the server
$ cd <project-name> && npm run dev

Usage

express-ts-app PROJECT_NAME [OPTION]

Options:
  -V, --version     output the version number
  -h, --help        display help for command

Available commands for the created application

  • npm run dev: Run TypeScript directly (hot-reload)
  • npm start:ts: Run TypeScript directly
  • npm start: Run compiled JavaScript
  • npm run build: Compile TypeScript to JavaScript

License

MIT