mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
The goal is to replace 2 links in the menu that point to external links (Examples, Tutorials). These links take users out of the documentation section, which is confusing. By having a real documentation page, clicking the menu no longer takes us to another website section.
25 lines
1.0 KiB
Markdown
25 lines
1.0 KiB
Markdown
<!--
|
|
title: Serverless Framework Examples and Tutorials
|
|
layout: Doc
|
|
-->
|
|
|
|
# Serverless Framework Examples and Tutorials
|
|
|
|
## Serverless Framework Examples
|
|
|
|
The simplest way to get started with Serverless Framework is to create a project based on the **built-in templates**. To do so, run the `serverless` command and choose a template from the list:
|
|
|
|
```shell
|
|
serverless
|
|
```
|
|
|
|
You can also find more examples and templates in the [**Serverless Examples registry**](https://www.serverless.com/examples).
|
|
|
|
The examples registry is a collection of official examples, as well as examples contributed by the community. You can publish your examples by adding them to the [examples GitHub repository](https://github.com/serverless/examples).
|
|
|
|
## Serverless Framework Tutorials
|
|
|
|
Check out the ["Your First Serverless Framework Project" tutorial](tutorial.md). It will guide you to create your first serverless application.
|
|
|
|
You can explore more Serverless Framework tutorials in the [**Guides & tutorials** blog category](https://www.serverless.com/category/guides-and-tutorials).
|