| id | cloud-get-started |
|---|---|
| title | Getting Started |
Go to the admin.resolve.sh page, click Sign Up and follow through the registration process. After registration, you will gain access to your personal admin panel.
Type the following command to install the reSolve cloud CLI to your application.
yarn global add resolve-cloudThe next step is to use the CLI to log in to the reSolve Cloud Platform:
resolve-cloud loginThe CLI will ask you for you account credentials and establish an authentication session.
Create a reSolve application. For this tutorial, you can use one of the examples that come with the reSolve framework.
create resolve-app my-app -e shopping-listTo deploy your application, type:
resolve-cloud deployThe CLI will deploy your application on the cloud and print out the deployment's URL. You can open this URL in your browser to view the result.
After the application is deployed, the CLI prints the application's URL on the reSolve Cloud Platform.
√ "my-app" available at https://z6ze1aqfuedw34qa0gp58xu6ov.resolve.shOpen this URL in a browser to view the result.