Skip to content

atsu85/TypeScriptPlayField

Repository files navigation

This TypeScript demo project written for presentation (presentation-TypeScript.pptx also available online: http://goo.gl/uzUhrG )

Getting started:
1) Install node
2) Install TypeScript:
	npm install -g typescript
3) Compile and watch changes in TypeScript files:
	gradlew watch
4) Change some files in src/main/ts and see the output in build/js folder (gradle watch task compiles them on the fly)

About

Sample TypeScript project used for TypeScript presentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published