diff --git a/docs/content/guides/2.alokai-essentials/3.alokai-nuxt/3.install-middleware.md b/docs/content/guides/2.alokai-essentials/3.alokai-nuxt/3.install-middleware.md index 00fb4011ec..c19a82cd90 100644 --- a/docs/content/guides/2.alokai-essentials/3.alokai-nuxt/3.install-middleware.md +++ b/docs/content/guides/2.alokai-essentials/3.alokai-nuxt/3.install-middleware.md @@ -158,6 +158,8 @@ The last step is to run the `middleware` application. In order to help you with } ``` +Let's start the app! + Now you can run the `middleware` application by running the following command from the root directory. Go to the root directory and run the following command: ```bash @@ -168,14 +170,6 @@ This will start both the Nuxt application and the `middleware` application. ![Nuxt and Middleware Running](./images/nuxt-starter-3.webp) -Let's start the app! - -Open your terminal and run the following command: - -```bash -npm run dev -``` - To test if the `middleware` application is running correctly, open http://localhost:8181/sapcc/getProducts or run the following command in your terminal: ```bash