Skip to content

Latest commit

 

History

History

angular-app

Static Web App

This project was created to help represent a fundamental app written with Angular. The shopping theme is used throughout the app.

Getting Started

  1. Create a repository from this template repository https://github.com/MicrosoftDocs/mslearn-staticwebapp/generate

  2. Enter the name of your new repository as my-static-web-app

  3. Clone your new repository

    git clone https://github.com/your-github-organization/my-static-web-app
    cd my-static-web-app/angular-app
  4. Install the npm packages

    npm install
  5. Run the app

    npm start

Resources

Azure Static Web Apps

Azure Functions

Visual Studio Code

Debugging Resources