/luk3d-nodejs-starter-template

Nodejs starter with useful packages and setup.

Primary LanguageTypeScriptMIT LicenseMIT

LUK3D NODEJS project Starter template 🔥

This Starter uses the following packages:

  • typescript
  • tsx - For development to be able to run/watch typescript files withou building it.
  • tsup - To Transpile .ts files to .js so we can run it with Nodejs.
  • vitest - For Testing.