This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
fgm
/
js__typescript__pluralsight1
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
e73ba9dc8b
Větve
Značky
GettingStarted
InDepth
master
js__typescript_...
/
Makefile
Makefile
70 B
Historie
Surový
1
2
3
4
5
6
7
all: js/app.js
js/app.js: app/*.ts
yarn compile
clean:
yarn clean