DEV Community

ollie
ollie

Posted on

Node, TypeScript boilerplate w/ linting, aliases, testing

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.

GitHub logo o8e / node-ts-boilerplate

♨️ Node boilerplate with TypeScript

♨️ node-ts-boilerplate

Node boilerplate with TypeScript

License

Summary

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)

Collapse
 
therealkevinard profile image
Kevin Ard

I was just today planning on pulling my almost identical boiler into a repo. Perfect timing! 🦄🦄