This guide is to try to make clarity in using web technologies, that are useful for Tableaunoir.
Webpack is a tool that generates a single ugly minified js file from a set of beautiful TypeScript/Javascript files. Webpack is run by: I DO NOT KNOW YET.
First install it via npm install --save-deps <packagename>. Then in the code, insert import sth from '<packagename'.