I found myself continuously writing boilerplate code whenever I wanted to start a Node project. Whether it be an API or an experiment, I always start with this initial building block.
o8e
/
node-ts-boilerplate
โจ๏ธ Node boilerplate with TypeScript
โจ๏ธ node-ts-boilerplate
Node boilerplate with TypeScript
Summary
-
๐จ ESLint & Prettier (Standard) -
โก Development server with Nodemon -
๐ TypeScript compilation with import aliases -
๐ง Testing with Jest
Usage
git clone --depth 1 git@github.com:o8e/node-ts-boilerplate.git
You could also clone and rm -rf .git/
, or just fork it.
Top comments (1)
I was just today planning on pulling my almost identical boiler into a repo. Perfect timing! ๐ฆ๐ฆ