Build Toolbox

All the resources you need to build awesome projects from scratch!

Requirements

Build Systems

  1. Webpack
  2. Gulp
  3. Node Package Manager (NPM)
  4. Docker

Node Package Manager (npm)

npm is the default package manager for the JavaScript runtime environment Node.js

Babel - JavaScript Compiler

Babel is JavaScript compiler that allows you to use next generation JavaScript in your projects. Once configured, you can use ES6 and even ES7 features in your JavaScript projects. We need to use babel until the JavaScript run-times (i.e. the browser or Node.js environment) are updated to support these newer features.

Gulp

Webpack

JavaScript Package Manager

Docker