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

https://github.com/vovanr/test-webpack-html

My webpack HTML playground
https://github.com/vovanr/test-webpack-html

Last synced: 4 months ago
JSON representation

My webpack HTML playground

Awesome Lists containing this project

README

          

# test-webpack-html

> My webpack HTML playground

Demo: [vovanr.github.io/test-webpack-html][demo]

- [HTML Webpack Plugin](https://github.com/ampedandwired/html-webpack-plugin)
- [extract text plugin for webpack](https://github.com/webpack/extract-text-webpack-plugin)
- [PostCSS](https://github.com/postcss/postcss)
- [Autoprefixer](https://github.com/postcss/autoprefixer)
- [CSSO](https://github.com/css/csso)

## Install
```
npm i
```

## Build
```
npm run build
```

## Develop
```
npm start
```
Open [localhost:8080/webpack-dev-server](http://localhost:8080/webpack-dev-server/)

## License
MIT © [Vladimir Rodkin](https://github.com/VovanR)

[demo]: http://vovanr.github.io/test-webpack-html