Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pimterry/intro-to-typescript
Introductory talk about TypeScript for JS developers
https://github.com/pimterry/intro-to-typescript
Last synced: about 1 month ago
JSON representation
Introductory talk about TypeScript for JS developers
- Host: GitHub
- URL: https://github.com/pimterry/intro-to-typescript
- Owner: pimterry
- License: mit
- Created: 2015-08-07T11:06:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-11T15:50:26.000Z (about 9 years ago)
- Last Synced: 2024-05-02T06:04:59.546Z (6 months ago)
- Language: HTML
- Homepage: http://pimterry.github.io/intro-to-typescript/
- Size: 5.82 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TypeScript
> A [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) presentation, built with [generator-bespoke](https://github.com/markdalgleish/generator-bespoke)## View slides locally
First, ensure you have the following installed:
1. [Node.js](http://nodejs.org)
2. [Bower](http://bower.io): `$ npm install -g bower`
3. [Gulp](http://gulpjs.com): `$ npm install -g gulp`Then, install dependencies and run the preview server:
```bash
$ npm install && bower install
$ gulp serve
```