pedropalhari / quickjs-http

Work in progress HTTP server implementation library for QuickJS, not usable

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

Work in progress HTTP server implementation library for QuickJS, not usable


Languages

Language:C 92.1%Language:JavaScript 6.8%Language:C++ 0.5%Language:Makefile 0.4%Language:Shell 0.1%Language:TypeScript 0.0%