mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 23:25:26 +00:00
395 B
395 B
Examples
This is examples folder. Each example is linked to webserver.js, which requires express.js to run. Express.js was not inserted as dipendency.
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!