Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(portal): fix apiDevserverUrl #430

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
43 changes: 24 additions & 19 deletions README.md
@@ -1,27 +1,32 @@
---
name: "Contoso Real Estate: JavaScript + Enterprise"
description: This repository contains the reference architecture and components for building enterprise-grade modern composable frontends (or micro-frontends) and cloud-native applications. It is a collection of best practices, architecture patterns, and functional components that can be used to build and deploy modern JavaScript applications to Azure.
page_type: sample
languages:
- javascript
- typescript
- nodejs
- azdeveloper
- javascript
- typescript
- nodejs
- bicep
Comment on lines +4 to +8
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- azdeveloper
- javascript
- typescript
- nodejs
- bicep
- azdeveloper
- javascript
- typescript
- nodejs
- bicep

products:
- azure
- azure-container-apps
- azure-container-registry
- azure-cosmos-db
- azure-database-postgresql
- azure-functions
- azure-key-vault
- azure-sdks
- azure-storage
- static-web-apps
- entra-id
- playwright
- vs-code
urlFragment: contoso-real-estate-javascript
- azure
- azure-container-apps
- azure-container-registry
- azure-cosmos-db
- azure-database-postgresql
- azure-functions
- azure-key-vault
- azure-sdks
- azure-storage
- static-web-apps
- entra-id
- playwright
- vs-code
- azure-pipelines
urlFragment: contoso-real-estate
name: "Contoso Real Estate: JavaScript + Enterprise"
description: Intelligent enterprise-grade reference architecture for JavaScript, featuring OpenAI integration, Azure Developer CLI template and Playwright tests.
---
<!-- YAML front-matter schema: https://review.learn.microsoft.com/en-us/help/contribute/samples/process/onboarding?branch=main#supported-metadata-fields-for-readmemd -->

# Enterprise-grade Reference Architecture for JavaScript

This repository contains the reference architecture and components for building enterprise-grade modern composable frontends (or micro-frontends) and cloud-native applications. It is a collection of best practices, architecture patterns, and functional components that can be used to build and deploy modern JavaScript applications to Azure.
Expand Down
2 changes: 1 addition & 1 deletion packages/portal/swa-cli.config.json
Expand Up @@ -9,7 +9,7 @@
"apiBuildCommand": "npm run build",
"run": "npm start",
"appDevserverUrl": "http://localhost:4200",
"apiDevserverUrl": "http://127.0.01:7071"
"apiDevserverUrl": "http://127.0.0.1:7071"
}
}
}