Skip to content

EToreo/Express-4x-Typescript-Sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express-4x-Typescript-Sample

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

Generated with

Requirements

Have Node.js and npm installed.

How to run

Checkout the repo and inside of it, run ./run.sh. 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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.9%
  • HTML 6.3%
  • Shell 5.4%
  • CSS 2.5%
  • JavaScript 0.9%