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

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

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