serverless/docs/getting-started.md
2017-08-25 18:12:25 +02:00

3.2 KiB

Getting Started with Serverless

First things first, let's get the Serverless framework installed on your machine.

# Installing the serverless cli
npm install -g serverless

Serverless follows the Semantic Versioning schema. You can read more about that in our dedicated versioning file.

Choose your compute provider