1. Introduction to NPM #

Created Sunday 19 July 2020


There are three types of packages at npm:

  1. FrontEnd packages - React, Angular etc.
  2. Command line packages - working with filesystem, database etc.
  3. Back-End packages - Express, Node.