generator-express-ts
v1.0.6
Published
Yeoman generator for creating an application,using express and typescript.
Downloads
18
Maintainers
Readme
generator-express-ts
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