{% if jekyll.environment == 'production' %}

Redirecting to https://aws-amplify.github.io/amplify-js/media/quick_start

{% else %} {% include site-head.html %} {% include site-header.html %} {% if page.marketing_grid%}
{% for item in page.marketing_grid %}

{{ item.title }}

{% endfor %}
{% endif %}
Sign up for an AWS Account
There are no upfront charges or any term commitments to create an AWS account and signing up gives you immediate access to the AWS Free Tier
1
Install the CLI
The Amplify Command Line Interface (CLI) is a unified toolchain to create, integrate, and manage the AWS cloud services for your app. Install Node.jsĀ® and npm if they are not already on your machine.

Note: Verify that you are running at least Node.js version 8.x or greater and npm version 5.x or greater by running node -v and npm -v in a terminal/console window. Older versions produce errors, but newer versions are fine.

Now, install and configure the Amplify CLI globally.

$ npm install -g @aws-amplify/cli
$ amplify configure
                                    
2
{% include site-footer.html %} {% endif %}