Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 688 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 688 Bytes

express-ts-webpack-starter

Express-Typescript with Webpack Starter Template Repository

What it does?

Spins up an express-typescript boilerplate app bundled with webpack, with unit test with jest and supertest

Commands

  • build: Builds the Application using webpack.
  • start: First Build the app using webpack and then start it using node.
  • start:dev: Using the webpack-shell-plugin-next builds the app in watch mode in parallel with running the app with nodemon
  • test: Runs unit-tests with jest.
  • test:watch: Runs unit-test with jest in watch mode.
  • test:coverage: Runs all the tests and generate a lcov-report at the end.