Skip to main content

Document overview: Setup

This document will guide you through the prerequisites and commands necessary to setup and preview the portal project, locally on your computer.

It will also instruct you how to deploy it to Azure Static Web Apps, to publish it to the cloud!

Prerequisites

In order to start the development server for local development or locally browsing the portal site, the following technologies must be installed in your computer:

Dependencies

This scenario depends on the following scenarios:

Please make sure you have completed the steps in those scenarios before continuing.

Setup scenario 5

In order to complete the setup for this scenario, you will need to complete the following steps:

  • Fork or clone the repository locally
  • Install the dependencies for the portal project
  • Start the development server for the portal project
  • Start the development server for the API project

Once you have the setup completed, you can start working on the scenario, that will allow authenticated users to complete the booking process, with Stripe.

Happy coding! 🚀