Skip to content

quinnjs/quinn.ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quinn: A TypeScript Example

The app will compile automatically (via prepublish). So it should be enough to run:

npm install && npm run

Then open one of these URLs:

For comparison app.js contains a somewhat equivalent ES5 version.

  • With iojs@<2: node --harmony_classes app.js.
  • With iojs@>=2: node app.js.

About

Typescript example for quinn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published