/node-typescript

Node.js + TypeScript, built with Webpack, linted and formatted with ESLint and Prettier.

Primary LanguageJavaScriptMIT LicenseMIT

NodeJS + TypeScript + Webpack + ESLint + Prettier

This project is a simple skeleton for Node.js using TypeScript, built with Webpack, linted and formatted with ESLint and Prettier.

yarn install

# Code linting
yarn lint

# Code formatting
yarn format

# Build
yarn build