Bootstrap your NodeJS project with all the TypeScript goodies and, opinion ahead, the best dev tools in the NodeJS ecosystem. 🏋️
Lightweight and softly opinionated, for a flexible jumpstart. 🤸
This repository has only one commit, so you can always start clean. 🛀
- Clone this repository locally.
yarn init
to overwrite my infos with yours in package.json.- Change the remote repository with
git remote remove origin
(or you can delete the .git folder). - Have a look at the various config files and see if defaults suit you.
- Install development dependencies with
yarn
. - Make something cool in the src folder. 🏄
If you don't have the urge to containerize, you can remove the Docker related files.
In case you do, Dockerfile
is suited for production and docker-compose.yml
for development.