An open API service indexing awesome lists of open source software.

https://github.com/celeroncoder/express-ts-webpack-starter

Express-Typescript with Webpack Starter Template Repository
https://github.com/celeroncoder/express-ts-webpack-starter

express-ts jest supertest webpack

Last synced: 11 months ago
JSON representation

Express-Typescript with Webpack Starter Template Repository

Awesome Lists containing this project

README

          

# 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.