this is a small generator of node express typescript
First, install Yeoman and generator-node-express-typescript-g using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-node-express-typescript-g
Then generate your new project:
yo node-express-typescript-g
before to run debugger in visual studio code, run task tsc
In Mac
cmnd + shift + p
In windows
cntr + shift + p
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
MIT © Jose Vargas