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
- Host: GitHub
- URL: https://github.com/vovanr/test-webpack-html
- Owner: VovanR
- Created: 2016-07-18T14:57:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-01T14:26:59.000Z (almost 10 years ago)
- Last Synced: 2025-03-22T01:26:13.727Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://vovanr.github.io/test-webpack-html
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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