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

https://github.com/nda17/webpack-start-template


https://github.com/nda17/webpack-start-template

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Webpack-start-template

## Commands:

### Deployment to Github-Pages

```shell
pnpm run gh-pages
```

### Starting a server for development

```shell
pnpm run dev-server
```

### Building a project without optimization

```shell
pnpm run build-dev
```

### Build the project with optimization

```shell
pnpm run build-prod
```

### Cleaning the dist folder

```shell
pnpm run clear
```