This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
fgm
/
js__typescript__pluralsight1
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
4d18c31ea2
Rami (Branch)
Tag
GettingStarted
InDepth
master
js__typescript_...
/
Makefile
Makefile
70 B
Cronologia
Originale
1
2
3
4
5
6
7
all: js/app.js
js/app.js: app/*.ts
yarn compile
clean:
yarn clean