Converted examples to Typescript

This commit is contained in:
Alexander Cerutti
2019-06-12 23:36:38 +02:00
parent 10ef5f30b6
commit 8ff9ed51c8
6 changed files with 29 additions and 27 deletions

View File

@@ -7,7 +7,7 @@ Express.js **was not** inserted as dipendency.
git clone https://github.com/alexandercerutti/passkit-generator.git;
cd passkit-generator;
npm install;
npm install -g express;
npm install --no-save express;
cd examples;
node <the-example-you-want-to-execute>.js
```