This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
fgm
/
js__typescript__pluralsight1
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
407bdac6d3
Ramas
Etiquetas
GettingStarted
InDepth
master
js__typescript_...
/
Makefile
Makefile
70 B
Histórico
Raw
1
2
3
4
5
6
7
all: js/app.js
js/app.js: app/*.ts
yarn compile
clean:
yarn clean