pedropalhari / delinkedin

Extension that allows LinkedIn to be a place where people speak the truth, maybe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-ts-boilerplate

Boilerplate for starting node.js and typescript servers already with yarn.

Current Node version targeted, v14+.

Installing

npx degit pedropalhari/node-ts-boilerplate my-project

Commands

  • yarn start: runs the distributed copy on dist/index.js
  • yarn dev: starts the typescript compiler on watch mode (tsc -w)
    • in tsconfig.json you can set the properties on outDir and rootDir
  • yarn build: builds the code, incrementally

About

Extension that allows LinkedIn to be a place where people speak the truth, maybe


Languages

Language:TypeScript 95.1%Language:JavaScript 3.9%Language:HTML 1.1%