This is a feature-rich TypeScript server
Well, first you'll need to compile the TypeScript code to JavaScript.
- Run
npm ito install all the dependencies - Run
npx tscto compile the whole project ornpx tsc -wto start the compiler in watch mode - After that, just run the server normally via
node .(ornode out/server.js)