Skip to content

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.

License

Notifications You must be signed in to change notification settings

dzirkler/express-typescript-gulp

Repository files navigation

express-typescript-gulp

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.

  1. Pull the code
  2. Change to directory
  3. run: npm install
  4. run: gulp
  5. run: node ./output/server.js
  6. browse: http://localhost:3000

Your whole app will be in the deployable folder called './output'

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published