You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Learning TypeScript by example and practical use cases
4
4
5
-
## Reference
5
+
#Practice slow, to learn fast "A sensai"
6
6
7
-
The Spectacle core API is available at [https://github.com/FormidableLabs/spectacle/blob/master/README.markdown](https://github.com/FormidableLabs/spectacle/blob/master/README.markdown).
7
+
Strong foundations mean we can go further for longer
8
8
9
-
## Development
9
+
#Course Outline
10
10
11
-
To start up the local server, run `npm start`
11
+
To provide a good practical learning outcome Courses are normally booked for 1-3 or 1-5 days
12
12
13
-
Open a browser and hit [http://localhost:3000](http://localhost:3000), and we are ready to roll
13
+
##Day 1
14
14
15
-
## Building & Deployment
15
+
Session 1
16
+
Typed JavaScript
16
17
17
-
Building the dist version of the project is as easy as running `npm run build`
18
+
Session 2
19
+
TypeScript Playground examples
18
20
19
-
If you want to deploy the slideshow to gh-pages, run `npm run deploy`
21
+
##Day 2
22
+
23
+
Session 1
24
+
TypeScript and webpack
25
+
26
+
Session 2
27
+
A Vanilla TypeScript component boiler plate
28
+
29
+
##Day 3
30
+
31
+
Session 1
32
+
Publish a TypeScript component to npm and importing into JavaScript and TypeScript projects
33
+
34
+
35
+
Session 2
36
+
Making a TypeScript popup and growl like component
0 commit comments