https://github.com/gregoranders/typescript-demo
TypeScript Demo
https://github.com/gregoranders/typescript-demo
Last synced: 2 months ago
JSON representation
TypeScript Demo
- Host: GitHub
- URL: https://github.com/gregoranders/typescript-demo
- Owner: gregoranders
- License: bsd-3-clause
- Created: 2016-03-21T19:17:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-12T20:24:26.000Z (over 2 years ago)
- Last Synced: 2025-03-09T21:28:29.521Z (over 1 year ago)
- Language: TypeScript
- Homepage: http://gregoranders.github.io/typescript-demo/
- Size: 313 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# typescript-demo
**TypeScript Demo**
***0.0.1***
Written in [TypeScript](http://www.typescriptlang.org/).
## Building
In order to build ensure that you have [Git](http://git-scm.com/downloads) and [Node.js](http://nodejs.org/) installed.
Clone a copy of the repository:
```
git clone https://github.com/gregoranders/typescript-demo.git
```
Change to the typescript-demo directory:
```
cd typescript-demo
```
Run build:
```
npm install
```
Run tests:
```
npm test
```
Run:
```
npm run serve
```
## Additional typings
```
node_modules/.bin/typings install gulp-typedoc --ambient --save
```