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

https://github.com/avivharuzi/webpack-template-starter

Webpack Template starter with Webpack config all ready to go with
https://github.com/avivharuzi/webpack-template-starter

javascript typescript webpack

Last synced: 3 months ago
JSON representation

Webpack Template starter with Webpack config all ready to go with

Awesome Lists containing this project

README

          

# Webpack Template Starter

Webpack Template starter with Webpack config all ready to go with.

## Commands

Watch project files.

```bash
npm run watch
```

Start development server.

```bash
npm start
```

Build production build.

```bash
npm run build
```