https://github.com/friedrith/discover-webpack
This project is for a presentation at Human Talks Grenoble
https://github.com/friedrith/discover-webpack
talk
Last synced: about 1 year ago
JSON representation
This project is for a presentation at Human Talks Grenoble
- Host: GitHub
- URL: https://github.com/friedrith/discover-webpack
- Owner: friedrith
- License: mit
- Created: 2018-03-08T19:25:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-27T16:11:45.000Z (about 8 years ago)
- Last Synced: 2025-06-01T09:17:38.441Z (about 1 year ago)
- Topics: talk
- Language: JavaScript
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# discover-webpack
This project is for a presentation at Human Talks Grenoble.
It uses:
* webpack
* react
* babel
* eslint
## Getting started
```bash
$ yarn install
# to generate a heavy json database
$ yarn weight
$ yarn start
# to build with a production environment
$ yarn build
# to serve built files with a http server
$ yarn serve
```
## Sitography
* https://www.valentinog.com/blog/webpack-4-tutorial/
* https://webpack.js.org/guides/code-splitting/
* https://webpack.js.org/guides/lazy-loading/
* https://webpack.js.org/plugins/commons-chunk-plugin/#src/components/Sidebar/Sidebar.jsx