midik / ts-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to install

  1. Create .env file based on .env.example
  2. yarn install || npm install
  3. npm run watch-ts

How to run

Option 1:

node -r esm -r ts-node/register src/app.ts

Option 2:

npm start

About


Languages

Language:TypeScript 73.5%Language:JavaScript 26.5%