JavaScript Tooling

Intro

Web Development has gained a lot of useful tools for making it easier for developers to create great websites. However, with these tools comes a bit more complexity. Babel, CSS Preprocessors, testing frameworks, ESLint, Webpack, minifiers, and a host of other tools need to be applied to your code to gain their features. This requirement is going to show you how to install and configure a few of these tools.

Prerequisites

It is suggested that you understand the following:

Suggested Learning

Requirements

Extra Learning

This list is by no means complete. Feel free to add an issue or put in a pull request to update it.