All Projects → manekinekko → Angular Ssr Swa

manekinekko / Angular Ssr Swa

Projects that are alternatives of or similar to Angular Ssr Swa

Cra Universal
🌏 Create React App companion for universal app. No eject, auto SSR, zero config, full HMR, and more (inactive project)
Stars: ✭ 419 (+2693.33%)
Mutual labels:  ssr, server-side-rendering
React Firebase Starter
Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
Stars: ✭ 4,366 (+29006.67%)
Mutual labels:  ssr, server-side-rendering
Server Side Rendering
Server side rendering JavaScript in a PHP application
Stars: ✭ 432 (+2780%)
Mutual labels:  ssr, server-side-rendering
Awesome Universal Rendering
Awesome resources about server side sendering (SSR), static rendering, pre-rendering, static site generators (SSG).
Stars: ✭ 308 (+1953.33%)
Mutual labels:  ssr, server-side-rendering
React Imported Component
✂️📦Bundler-independent solution for SSR-friendly code-splitting
Stars: ✭ 525 (+3400%)
Mutual labels:  ssr, server-side-rendering
Quasar
Quasar Framework - Build high-performance VueJS user interfaces in record time
Stars: ✭ 20,090 (+133833.33%)
Mutual labels:  ssr, server-side-rendering
React Snap
👻 Zero-configuration framework-agnostic static prerendering for SPAs
Stars: ✭ 4,565 (+30333.33%)
Mutual labels:  ssr, server-side-rendering
Ssr Sample
A minimum sample of Server-Side-Rendering, Single-Page-Application and Progressive Web App
Stars: ✭ 285 (+1800%)
Mutual labels:  ssr, server-side-rendering
Universal Starter
Angular 9 Universal repo with many features
Stars: ✭ 518 (+3353.33%)
Mutual labels:  ssr, server-side-rendering
Laravel Server Side Rendering
Server side rendering JavaScript in your Laravel application
Stars: ✭ 506 (+3273.33%)
Mutual labels:  ssr, server-side-rendering
React Storefront
React Storefront - PWA for eCommerce. 100% offline, platform agnostic, headless, Magento 2 supported. Always Open Source, Apache-2.0 license. Join us as contributor ([email protected]).
Stars: ✭ 292 (+1846.67%)
Mutual labels:  ssr, server-side-rendering
React App
Create React App with server-side code support
Stars: ✭ 614 (+3993.33%)
Mutual labels:  ssr, server-side-rendering
React Coat
Structured React + Redux with Typescript and support for isomorphic rendering beautifully(SSR)
Stars: ✭ 290 (+1833.33%)
Mutual labels:  ssr, server-side-rendering
After.js
Next.js-like framework for server-rendered React apps built with React Router
Stars: ✭ 4,051 (+26906.67%)
Mutual labels:  ssr, server-side-rendering
React Loadable
⏳ A higher order component for loading components with promises.
Stars: ✭ 16,238 (+108153.33%)
Mutual labels:  ssr, server-side-rendering
React Router Server
Server Side Rendering library for React Router v4.
Stars: ✭ 443 (+2853.33%)
Mutual labels:  ssr, server-side-rendering
React Storefront
Build and deploy e-commerce progressive web apps (PWAs) in record time.
Stars: ✭ 275 (+1733.33%)
Mutual labels:  ssr, server-side-rendering
Angular Ssr
Angular 4+ server-side rendering solution compatible with @angular/material, jQuery, and other libraries that touch the DOM (as well as providing a rich feature set!)
Stars: ✭ 283 (+1786.67%)
Mutual labels:  ssr, server-side-rendering
Nuxt Firebase Sns Example
Nuxt v2 & Firebase(Hosting / Functions SSR / Firestore), Google Auth SNS Example.
Stars: ✭ 485 (+3133.33%)
Mutual labels:  ssr, server-side-rendering
Loadable Components
The recommended Code Splitting library for React ✂️✨
Stars: ✭ 6,194 (+41193.33%)
Mutual labels:  ssr, server-side-rendering

Angular Server Side Rendering on Azure Static Web Apps

This project was generated with Angular CLI version 10.0.0-next.6.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Deploying to Azure Static Web Apps

Follow the Quickstart guide for Azure Static Web Apps and use the following configuration:

screenshot-1589980551002

screenshot-1589980574080

screenshot-1589980828843

By default, Azure Static Web Apps will execute the npm run build script. We need to update the generated workflow file and explicitely run the npm run prerender script:

angular-ssr-swa:azure-static-web-apps-blue-bay-00c

After saving and commiting our changes, another build will trigger and we should get the prerendered app deployed at the given URL for your app:

screenshot-1589979864867

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].