Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subb98/hello-webpack
Webpack HW app, wrapped with Docker Compose
https://github.com/subb98/hello-webpack
Last synced: 7 days ago
JSON representation
Webpack HW app, wrapped with Docker Compose
- Host: GitHub
- URL: https://github.com/subb98/hello-webpack
- Owner: Subb98
- License: mit
- Created: 2018-02-02T16:23:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T21:26:12.000Z (over 2 years ago)
- Last Synced: 2024-11-07T09:39:33.735Z (about 2 months ago)
- Language: HTML
- Size: 963 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello webpack
Webpack HW app, wrapped with Docker Compose![](https://i.imgur.com/TXiAXu0.png)
## Dev dependencies
- [css-loader](https://github.com/webpack-contrib/css-loader)
- [file-loader](https://github.com/webpack-contrib/file-loader)
- [style-loader](https://github.com/webpack-contrib/style-loader)
- [webpack](https://github.com/webpack/webpack)
- [webpack-dev-server](https://github.com/webpack/webpack-dev-server)## Requirements
- Docker Compose [1.10.0 or above](https://docs.docker.com/release-notes/docker-compose/#1100-2017-01-18)## Installation
```
docker-compose run node yarn install
```## Usage
1. Run ```docker-compose up``` in your terminal
2. Open [localhost:3000/index.html](http://localhost:3000/index.html) in your browser
3. You must see ```Hello webpack!``` text
4. Change the app like you need## License
[MIT](https://opensource.org/licenses/MIT)## See also
- [webpack configuration](https://webpack.js.org/configuration/)
- [Node.js Guides](https://nodejs.org/en/docs/guides/)
- [Docker Compose overview](https://docs.docker.com/compose/overview/)