All Projects → infeng → generator-express-ts

infeng / generator-express-ts

Licence: MIT license
create an app using express and typescript

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to generator-express-ts

Generator Chisel
Chisel is a development framework for creating easy to maintain and fast WordPress websites
Stars: ✭ 233 (+762.96%)
Mutual labels:  yeoman
generator-kodi-addon
Yeoman generator for the most common Kodi addon types.
Stars: ✭ 69 (+155.56%)
Mutual labels:  yeoman
generator-vue-plugin
Yeoman generator generating vue plugin 🚀
Stars: ✭ 29 (+7.41%)
Mutual labels:  yeoman
Generator Api
🚀 Yeoman generator for creating RESTful NodeJS APIs, using ES6, Mongoose and Express
Stars: ✭ 247 (+814.81%)
Mutual labels:  yeoman
delphi-generator-delphi
Yeoman generator for Delphi projects
Stars: ✭ 14 (-48.15%)
Mutual labels:  yeoman
generator-django
A Yeoman generator for Django.
Stars: ✭ 78 (+188.89%)
Mutual labels:  yeoman
Generator Web Extension
Advanced WebExtension generator that creates everything you need to get started with cross-browser web-extension development.
Stars: ✭ 212 (+685.19%)
Mutual labels:  yeoman
generator-liferay-fragments
Yeoman generator for creating and maintaining Liferay Fragment projects
Stars: ✭ 31 (+14.81%)
Mutual labels:  yeoman
generator-create-docusaurus
A generator for new docusaurus projects.
Stars: ✭ 13 (-51.85%)
Mutual labels:  yeoman
shared-react-components-example
An example of a mono-repository of shared React components libraries!
Stars: ✭ 85 (+214.81%)
Mutual labels:  yeoman
generator-alfresco
A Yeomen generator based on the Alfresco all-in-one Maven archetype with some generators and an opinionated project structure.
Stars: ✭ 27 (+0%)
Mutual labels:  yeoman
generator-ngx-firebase-bootstrap
Generator for Angular / Firebase / Bootstrap projects
Stars: ✭ 44 (+62.96%)
Mutual labels:  yeoman
generator-laravel-5
Scaffold Laravel 5.7 applications with ease.
Stars: ✭ 19 (-29.63%)
Mutual labels:  yeoman
Generate
A new command line tool and developer framework for scaffolding out GitHub projects. Generate offers the robustness and configurability of Yeoman, the expressiveness and simplicity of Slush, and more powerful flow control and composability than either.
Stars: ✭ 238 (+781.48%)
Mutual labels:  yeoman
generator-latex
Yeoman Generator for LaTeX up-to-date documents
Stars: ✭ 29 (+7.41%)
Mutual labels:  yeoman
Pollinate
Template your base files and generate new projects from Git(Hub).
Stars: ✭ 213 (+688.89%)
Mutual labels:  yeoman
generator-fountain-react
Yeoman 'fountain' generator to start a webapp with React
Stars: ✭ 36 (+33.33%)
Mutual labels:  yeoman
generator-deepexi-spring-cloud
deepexi java scaffold(spring cloud) generator
Stars: ✭ 30 (+11.11%)
Mutual labels:  yeoman
matcha-bot
MatchaBot is a code generator. You can use matchabot to create an entire project, or to generate code inside an existing project consistently.
Stars: ✭ 14 (-48.15%)
Mutual labels:  yeoman
generator-go
A Yeoman generator to scaffold a simple golang application
Stars: ✭ 46 (+70.37%)
Mutual labels:  yeoman

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].