https://github.com/timwright12/webpack-starter
https://github.com/timwright12/webpack-starter
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timwright12/webpack-starter
- Owner: timwright12
- License: mit
- Created: 2018-03-02T21:34:16.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T17:49:59.000Z (over 3 years ago)
- Last Synced: 2023-03-22T16:54:11.294Z (over 3 years ago)
- Language: JavaScript
- Size: 7.74 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```