https://github.com/infeng/generator-express-ts
create an app using express and typescript
https://github.com/infeng/generator-express-ts
express generator typescript yeoman
Last synced: 3 months ago
JSON representation
create an app using express and typescript
- Host: GitHub
- URL: https://github.com/infeng/generator-express-ts
- Owner: infeng
- License: mit
- Created: 2015-12-30T03:14:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T09:01:05.000Z (over 8 years ago)
- Last Synced: 2025-03-27T23:12:28.259Z (3 months ago)
- Topics: express, generator, typescript, yeoman
- Language: JavaScript
- Size: 33.2 KB
- Stars: 31
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-express-ts
[![NPM version][npm-image]][npm-url] [](https://www.npmjs.com/package/generator-express-ts)
> Yeoman generator for creating an application using Express and TypeScript.## Installation
First, install [Yeoman](http://yeoman.io) and generator-express-ts using [npm](https://www.npmjs.com/) (we'll assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo typescript
npm install -g generator-express-ts
```Then generate your new project:
```bash
yo express-ts
```After generating your project, cd into it, compile TypeScript files into JavaScript files:
```bash
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](http://yeoman.io/).
## License
MIT © [infeng](https://github.com/infeng)
[npm-image]: https://badge.fury.io/js/generator-express-ts.svg
[npm-url]: https://npmjs.org/package/generator-express-ts
[travis-image]: https://travis-ci.org/infeng/generator-express-ts.svg?branch=master
[travis-url]: https://travis-ci.org/infeng/generator-express-ts
[daviddm-image]: https://david-dm.org/infeng/generator-express-ts.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/infeng/generator-express-ts
[coveralls-image]: https://coveralls.io/repos/infeng/generator-express-ts/badge.svg
[coveralls-url]: https://coveralls.io/r/infeng/generator-express-ts