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
- Host: GitHub
- URL: https://github.com/celeroncoder/express-ts-webpack-starter
- Owner: celeroncoder
- Created: 2022-03-20T09:17:09.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-20T09:24:59.000Z (almost 4 years ago)
- Last Synced: 2025-01-15T21:28:58.021Z (about 1 year ago)
- Topics: express-ts, jest, supertest, webpack
- Language: JavaScript
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.