• Stars
    star
    126
  • Rank 284,543 (Top 6 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 6 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Code samples for the book TypeScript Quickly

TypeScript Quickly

This repository contains code samples from the book "TypeScript Quickly" by Yakov Fain and Anton Moiseev. This book is available at https://www.manning.com/books/typescript-quickly

The playlist https://www.youtube.com/playlist?list=PLkKunJj_bZecSLIEeXEhUxD7e7aj7-fN3 has videos that illustrate some of the the book's materials.

Chapter 10 implements a notification server that communicates with the nodes vie the WebSockect protocol. To see it in action, run npm install and then npm start. After that, open your browser at localhost:3000.

To start the blockchain apps with the client in Angular, React, and Vue run npm install followed by these commands:

Angular
Server: npm start
Client: npm start
Open your browser at localhost:4200

React
Server: npm start
Client: npm start
Open your browser at localhost:3001

Vue
Server: npm start
Client: npm run serve
Open your browser at localhost:8080

The code of the blockchain projects was tested with the package versions specified in the respective package.json files. Upgrading any of the packages may break the code.

More Repositories

1

WebDevForJavaProgrammers

The information about the course Web Development for Java Programmers
61
star
2

Java4Kids

This is a repository for my book Java for Kids.
CSS
48
star
3

java24hourtrainer2ndedition

This repository has code samples for the 2-nd edition of my upcoming book Java 24-Hour Trainer
Java
44
star
4

Java4Kids_code

The sources of code sample for the Java For Kids book
Java
28
star
5

mystore

Angular 5/Bootstrap 4 sample app
HTML
25
star
6

modernJS

Code samples for the Modern JS workshop
JavaScript
25
star
7

rxjava

Code samples for the RxJava presentations
Java
22
star
8

angular12hr

Code samples for my 12hr live online workshop for O'Reilly
TypeScript
15
star
9

observables

Code samples for the presentations for Angular and Rich Web summits
TypeScript
13
star
10

rxjava2

Code samples for my RxJava2 presentation
Java
13
star
11

springboot

Angular Sping Boot code sample
Shell
11
star
12

Java_training

This repo contains the slides from my Java video training course available at http://javatraining.eu
10
star
13

tsintro

TypeScript Intro: code samples
TypeScript
9
star
14

ts

Code samples for the TypeScript presentation
TypeScript
9
star
15

rxjs

Code samples for the RxJS workshop
JavaScript
8
star
16

angular4hours

Code samples for my 4-hour video workshop on Angular
TypeScript
8
star
17

primeng_seed

This is a seed project for Angular 2 with PrimeNG components (the SystemJS version)
TypeScript
8
star
18

javacodesamples

New Java code samples
Java
8
star
19

angular9hr

Source code of code samples from the 9-hr online Angular workshop
TypeScript
6
star
20

firststeps

Supporting files for the training "Angular First Steps"
TypeScript
5
star
21

temp1

This is a test project from the intro to git by Yakov Fain
2
star
22

articles

2
star
23

HTML5forjavaProgs

Workshop: HTML5 For Java Programmers
2
star