Skip to content

adamrecsko/express-typescript-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Typescript Starter

Basic express webserver written in typescript.

Installation

  • $npm install

Usage

Run:

  • $npm run start-dev : to start development mode
  • $npm run dist : to execute distribution
  • $npm start : to start webserver after distribution

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

History

  • 2016-04-10: 0.0.2 version

  • Removes unnecessary "exclude" field in tsconfig.json

  • 2016-04-10: 0.0.1 version

License

ISC

About

Express typescript starter project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published