Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Command line, npm and Babel
Rating: 2.9 out of 5(2 ratings)
361 students

Command line, npm and Babel

Learn many of the non-core but necessary Javascript skills one need
Created byPaolo Capra
Last updated 12/2024
English

What you'll learn

  • Use command line
  • Use npm commands
  • Use Babel
  • Troubleshoot babel.

Course content

2 sections11 lectures55m total length
  • Introduction0:34
  • Basic command line options6:03

    This lesson will give a quick overview of the most essential Windows commands , cd mkdir echo type , if you already know this things i invite you to skip the video.

  • npm and node commands3:43

    This lesson covers commands specifically related with node.js and npm still we are covering topics that if you are an intermediate programmer you may already know.

  • CommonJS and ES6 Modules import/export7:35

    In this lesson we start with the main concepts of the course so I invite everyone to follow from here , CommonJS ES6 modules explanation

  • How to update a package, meaning of ^ and ~3:47

    Here we see how to manage packages , install unistall update etc...

  • JSON format8:54

Requirements

  • Of course learning babel means that you already know how to use Javascript

Description

This course is about command line, npm , babel the idea behind this course is that to use JS you don't just need to write JS but you also must handle packages install dependecies troubleshoot problems and many times this cause issues for those who write Javascript but don't really know well babel webpack nodeJs etc... that's why I created this course  . Here you will learn how to handle your code to avoid compatibility issues install necessary packages troubleshoot problems , these skills are necessary is not use to know the most complicated Javascript algorithm but don't know how to use npm . I also raccommend learning webpack that is absolutely important as well , not only to handle plain javascript you will see how these features help to handle also framework like react so this stuff is very very important . Don't forget to search for other of my courses or my you tube videos if you are greedy about learning web development skills i have a full Javascript course that goes beyond basics  till really advanced concepts . Also if you have any suggestions about new course or you tube videos or searching 1 to 1 coaching session I am absolutely available thank you

Who this course is for:

  • Javascript developers who wants to get to know how to handle packages at best.