Basic express webserver written in typescript.
$npm install
Run:
$npm run start-dev: to start development mode$npm run dist: to execute distribution$npm start: to start webserver after distribution
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request
-
2016-04-10: 0.0.2 version
-
Removes unnecessary "exclude" field in tsconfig.json
-
2016-04-10: 0.0.1 version
ISC