https://github.com/kindlychung/ar-imserv
https://github.com/kindlychung/ar-imserv
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kindlychung/ar-imserv
- Owner: kindlychung
- License: mit
- Created: 2017-07-16T12:14:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-16T12:21:09.000Z (almost 8 years ago)
- Last Synced: 2025-02-10T21:47:19.118Z (4 months ago)
- Language: TypeScript
- Size: 3.36 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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`