MaxArt2501 / typescript-talk

An introductory talk on TypeScript

Home Page:https://maxart2501.github.io/typescript-talk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript: JavaScript on steroids for applications at scale

Slides for a talk about TypeScript. 93 slides, about 50 minutes.

Originally conceived for the DevRomagna Meetup (in Italian) in Imola, 2019-05-16.

Built on top of P-Slides!

Building

Node.js 10.x is required (actually it could work in Node 8 - haven't checked).

To start the presentation in development mode:

  1. Clone the repository;
  2. npm i
  3. npm run serve

Or npm run build to just build it, then serve /public with your HTTP server of choice.

Tests

... what?

About

An introductory talk on TypeScript

https://maxart2501.github.io/typescript-talk/

License:MIT License


Languages

Language:HTML 67.5%Language:SCSS 21.4%Language:JavaScript 11.1%