You need to clone the repository by running this command:
$ git clone https://github.com/osclancer/node-ts [project name]replace [project name] with yours
you need to copy the example config and fill it with your configurations:
$ cp .env.example .envNow, you need to install the application dependencies, by running the following command:
$ npm installAfter that you can run the program using dev script:
$ npm run devyou can use test special script as well.
$ npm testHappy hacking