Thumbnail for video 'Introduction to the Serverless framework - Installation and using the CLI'

← Back to courses

Installation and using the CLI

Learn how to install the Serverless framework on your computer using npm. Afterwards we'll go over it's command line interface and how to use it to get help for all the different commands.

Before you begin, make sure that you have installed node.js on your machine. Afterwards, installing Serverless is very simple:

npm install -g serverless

Useful resources