The most basic Express server using TypeScript
- TypeScript language
- The most primitive with no collateral
- Logging with Sentry, logging with File System and Consolse
- Maintain code style with eslint and prettierrc
# APPLICATION
PORT=3000
API_PREFIX=/api
# Sentry
SENTRY_DSN=
Steps to run this project:
- Run
yarn install
command - Run
yarn dev
command - Run
yarn start
command