https://github.com/dominique-mueller/nodejs-typescript-webpack-setup
Setup for NodeJS + TypeScript + Webpack
https://github.com/dominique-mueller/nodejs-typescript-webpack-setup
build nodejs typescript webpack
Last synced: over 1 year ago
JSON representation
Setup for NodeJS + TypeScript + Webpack
- Host: GitHub
- URL: https://github.com/dominique-mueller/nodejs-typescript-webpack-setup
- Owner: dominique-mueller
- License: mit
- Created: 2018-04-25T19:42:45.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2020-11-05T16:36:53.000Z (over 5 years ago)
- Last Synced: 2025-01-07T22:36:36.665Z (over 1 year ago)
- Topics: build, nodejs, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 523 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nodejs-typescript-webpack-setup
**Setup for NodeJS + TypeScript + Webpack**
## Commands
The following commands are available:
| Command | Description | CI |
| --------------------- | -------------------------------------------------- | ------------------ |
| `npm start` | Creates a development build, running in watch mode | |
| `npm run build` | Creates a production build | :heavy_check_mark: |
| `npm run start:build` | Runs a production build | |
> The `build` command will output the result into the `build` folder, the application itself is the `index.js` file.