Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
JavaScript Infrastructure: CLI, NPM, Babel and Webpack
Rating: 4.3 out of 5(304 ratings)
1,564 students

JavaScript Infrastructure: CLI, NPM, Babel and Webpack

Command Line, NPM, Babel, and Webpack! Theory, Application and Practice!
Created byOnlyKiosk Tech
Last updated 1/2021
English

What you'll learn

  • Using command lines
  • Start and manage packages using NPM
  • Translating syntaxes using Babel 7
  • Set up and bundle files using Webpack 4
  • Understand how Webpack works and how to configure and use it

Course content

12 sections68 lectures3h 38m total length
  • Command Line Crash Course4:57

    Nowadays, being able to use command line has become vital for frontend or JS developers. If you cannot use command line, then you cannot use any construction or bundling tools. This means you cannot work with any modern frameworks at all. Command line is actually very easy to learn, all you need to do is to overcome your fear of using it.

  • Set up NPM2:33

    In this lesson, we will learn how to use NPM. NPM stands for node package manager. It is the world’s largest software registry. It helps us share and borrow codes. Being able to use NPM is vital for modern JS developers.

  • Install NPM Packages4:07

    In this lesson, we will learn how to initiate a new package and install third-party ones using NPM.

  • Use NPM Packages4:23

    In this lesson, we will show you how to use packages installed by NPM. You will also learn a new command: NPX.

  • Everything about NPM Package Versions2:36

    In this lesson, we will give you a very detailed explanation of package version. You will know what is major version, minor version and patch version.

  • Everything You Need to Know about JSON5:17

Requirements

  • Basic JavaScript

Description

This course covers four topics: command line, NPM, Babel 7 and Webpack 4.

This course is designed for absolute beginners.

You will start with command line and NPM.

Then you will learn Babel 7 and Webpack 4.

At the end, you will learn how to integrate Babel and Webpack using babel loader.

The main focus of this course is Webpack.

To help you master Webpack as soon as possible, your Webpack study is made of three stages.

Stage one covers all the basics you need to know about Webpack. Stage two teaches you how to create the most efficient bundled file. The last stage shows you how to integrate Babel and Webpack using babel loader.

At the end of each stage, there will be a review session and a practice session.

You will learn Theory first and then Apply and Practice everything you have learnt in a real project.

By the end of this course, you will "TAP" command line, NPM, Babel 7 and Webpack 4 !  " ^_^

Bonus section: CommonJS and ESM (ES6 import and export modules)

This course covers four topics: command line, NPM, Babel 7 and Webpack 4.

This course is designed for absolute beginners.

You will start with command line and NPM.

Then you will learn Babel 7 and Webpack 4.

At the end, you will learn how to integrate Babel and Webpack using babel loader.

The main focus of this course is Webpack.

To help you master Webpack as soon as possible, your Webpack study is made of three stages.

Stage one covers all the basics you need to know about Webpack. Stage two teaches you how to create the most efficient bundled file. The last stage shows you how to integrate Babel and Webpack using babel loader.

At the end of each stage, there will be a review session and a practice session.

You will learn Theory first and then Apply and Practice everything you have learnt in a real project.

By the end of this course, you will "TAP" command line, NPM, Babel 7 and Webpack 4 !  " ^_^

Bonus section: CommonJS and ESM (ES6 import and export modules)

Who this course is for:

  • JavaScript beginner who wants to master NPM
  • JavaScript beginner who wants to master Babel 7
  • JavaScript beginner who wants to master Webpack 4