/bare-node-starter

Node/Typescript no-server no-db project starter with ESLint, Jest

Primary LanguageTypeScript

Boilerplate for setting up a bare-bones node project.

  • expects Node 14 or later
  • no server (Express et al)
  • Typescript
  • commonjs modules
  • ESLint
  • Jest

The most hard-to-find bit of this config is ESLint for Typescript + Node. See mysticatea/eslint-plugin-node#236.

This is very poorly tested, and only on a Mac.