This project is web version of the other giveaway tools project that only available via CLI. You can find it (here)[https://github.com/Pradnyana28/giveawaytools].
You can run this app for development with this command.
$ npm install
$ npm run mix
$ npx nodemon
When in production, use this command.
$ npm install
$ npm run production
$ pm2 start /dist/app.js
- (Dafis Typescript Boilerplate)[https://github.com/Pradnyana28/dafis-nodejs-boilerplate]