Skip to content

celeroncoder/express-ts-webpack-starter

Repository files navigation

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.

About

Express-Typescript with Webpack Starter Template Repository

Topics

Resources

Stars

Watchers

Forks