An Express server written in TypeScript.
| Command | Description |
|---|---|
npm run build |
Creates the JavaScript files in dist folder. |
npm run serve |
Starts the server on port 3000. |
npm run start |
Runs a fully build and starts the server. |
- Source hosted at GitHub
- Report issues/Questions/Feature requests on GitHub Issues
- Fork it (https://github.com/bstrobach/typescript-nodejs-express)
- 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) - Create new Pull Request
published under the MIT license