generator-express-ts

1.0.6 • Public • Published

generator-express-ts

NPM version NPM downloads

Yeoman generator for creating an application using Express and TypeScript.

Installation

First, install Yeoman and generator-express-ts using npm (we'll assume you have pre-installed node.js).

npm install -g yo typescript
npm install -g generator-express-ts

Then generate your new project:

yo express-ts

After generating your project, cd into it, compile TypeScript files into JavaScript files:

tsc

After everything is finished, run your project:

node app/bin/www.js --harmony

Getting To Know Yeoman

Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to learn more about him.

License

MIT © infeng

Package Sidebar

Install

npm i generator-express-ts

Weekly Downloads

1

Version

1.0.6

License

MIT

Last publish

Collaborators

  • infeng