GerritPlehn / interactive-sort

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Typescript Boilerplate

What's inside

Typescript

Targeting Node 18 as a target runtime as it's the latest LTS version at the time of writing and both AWS as well as Vercel support it now.

Prettier

Used for automatic formatting. Can be run manually via hotkey in VS Code. Is run automatically before git commits (with husky and lint-staged).

ESLint

Advanced linting to prevent common errors.

VS Code launch script

Useful for easily running the debugger. Automatically loads environment variables from the .env file.

About


Languages

Language:TypeScript 97.2%Language:Shell 2.8%