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 Shop at Home theme is used throughout the app. View it live at https://www.shopathome.dev.

Learn how

Learn how to Publish an Angular, React, Svelte, or Vue JavaScript app and API with Azure Static Web Apps

Getting Started

  1. Create a repository from this template repository https://github.com/johnpapa/shopathome/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
  6. Run the SWA CLI (proxies the app to the API with Auth)

    npm run local
  7. Browse to your app at https://localhost:4280

Resources

Azure Static Web Apps