Added documentation

This commit is contained in:
alexandercerutti
2018-09-12 23:01:40 +02:00
parent d9423cddd4
commit 019561ec83
4 changed files with 687 additions and 0 deletions

17
examples/Examples.md Normal file
View File

@@ -0,0 +1,17 @@
# Examples
This is examples folder. Each example is linked to webserver.js, which **requires express.js** to run.
Since just examples, Express.js was not inserted as dipendency. Therefore install it to test.
```sh
git clone https://github.com/alexandercerutti/passkit-generator.git;
npm install;
npm install express;
cd examples;
node <the-example-you-want-to-execute>.js
```
___
Every contribution is really appreciated. ❤️ Thank you!