yarn install
- Install dependenciesyarn start
- Start the serveryarn build
- Build the serveryarn test
- Run testsyarn lint
- Lint the codeyarn pretty
- Format the codeyarn dev
- Start the server in development mode
Typescript is used because of its type safety and modern intellisense support.
ESLint is used to lint the code.
ESBuild is used to compile Typescript into Javascript.
Prettier is used to format the code.