Skip to content

makdoom/node-express-ts-starter

Repository files navigation

Express API Starter with Typescript

Includes API Server utilities:

  • morgan
    • HTTP request logger middleware for node.js
  • winston
    • Winston is a useful library that is needed to configure and customize the application logs accessing a lot of helpful features.
  • dotenv
    • Dotenv is a zero-dependency module that loads environment variables from a .env file into process.env
  • cors
    • CORS is a node.js package for providing a Connect/Express middleware that can be used to enable CORS with various options.

Development utilities:

  • typescript
    • TypeScript is a language for application-scale JavaScript.
  • ts-node
    • TypeScript execution and REPL for node.js, with source map and native ESM support.
  • nodemon
    • nodemon is a tool that helps develop node.js based applications by automatically restarting the node application when file changes in the directory are detected.
  • eslint
    • ESLint is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code.
  • husky
    • Husky enhances your commits and automatically lint your commit messages, code, and run tests upon committing or pushing.
  • typescript-eslint
    • Tooling which enables ESLint to support TypeScript.

About

Node, Express, Typescript Starter Repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published