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

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

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.