/Express-4x-Typescript-Sample

Starter-Kit Node.js Express 4.x app written in TypeScript

Primary LanguageTypeScriptMIT LicenseMIT

Express-4x-Typescript-Sample

Sample Node.js Express 4.x app with TypeScript. Useful for anyone starting to write an Express app with TypeScript.

Project is built by gulp

Generated with

Requirements

Have Node.js and npm installed. Checkout the repo and inside of it, run npm install.

How to run

Run gulp serve This will

  • install all node packages, plus typescript and tsd
  • run tsd to pull all required typings
  • transpile all used .ts files
  • run www

Contributions

Feel free to send a PR or create an Issue.

Author

Honza Dvorsky @czechboy0 honzadvorsky.com

Licence

MIT, tl;dr - use however you want.