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

https://github.com/timwright12/webpack-starter


https://github.com/timwright12/webpack-starter

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Webpack Starter

Current webpack version: 4.41.*

## Installation
```
npm install
```

## Build Commands
```
npm run build
npm run watch
```

## Tests
Set your testing URLs in the `package.json` file's `testing.urls` object.

### Visual

```
npm run test:visual-init
npm run test:visual-reference
npm run test:visual
npm run test:visual-approve
```

### Accessibility

```
npm run test:a11y
```