Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 296 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 296 Bytes

Typescript Preprocessor

Using a preprocessor in a TS project.

Build

  • gulp debug for debug mode
  • gulp prod for production mode

Run

  • http-server or node_modules/.bin/http-server for static file serving
  • Open http://localhost:8080/ to see how it works. Don't expect much ;)