A simple Proof-of-Concept using the express generator, then converting the project to TypeScript. Finally, using gulp to compile typescript and place all deployable artifacts into the ./output folder.
- Pull the code
- Change to directory
- run: npm install
- run: gulp
- run: node ./output/server.js
- browse: http://localhost:3000
Your whole app will be in the deployable folder called './output'