https://github.com/blove/typescript-express-starter
TypeScript 2 + Express + Node.js
https://github.com/blove/typescript-express-starter
Last synced: about 1 year ago
JSON representation
TypeScript 2 + Express + Node.js
- Host: GitHub
- URL: https://github.com/blove/typescript-express-starter
- Owner: blove
- License: mit
- Created: 2016-11-08T22:56:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T01:16:22.000Z (almost 8 years ago)
- Last Synced: 2024-11-05T20:47:00.915Z (over 1 year ago)
- Language: TypeScript
- Size: 44.9 KB
- Stars: 272
- Watchers: 11
- Forks: 143
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-typescript - blove - typescript-express-starter
README
# TypeScript 2 + Express + Node.js
This is a repository to go with my article on creating an Express web application using TypeScript 2.
## Install
Install the node packages via:
`$ npm install`
And then run the grunt task to compile the TypeScript:
`$ npm run grunt`
## Starting
To start the server run:
`$ npm start`