Skip to content

Angular 13 Example Server side rendering SSR

Notifications You must be signed in to change notification settings

ivansoldoid90t/angular-ssr

 
 

Repository files navigation

Angular 13 Example Server Side Rendering

An Angular starter kit featuring Angular 13.2.3, Angular CLI 13.2.4

it's part of a repo series designed to create a Web Application with Angular

Web Application Live Demo

Angular 13 Example 
      Application

Quick start

# choose a repo
# download the example or clone the repo from github
git clone https://github.com/ganatan/angular-ssr.git

# download the example or clone the repo from gitlab
git clone https://gitlab.com/ganatan/angular-ssr.git

# change directory
cd angular-example-ssr

# install the repo with npm
npm install

# start the server
npm start

in your browser go to http://localhost:4200

Getting Started

Installation

  • npm install (installing dependencies)
  • npm outdated (verifying dependencies)

Development

Compilation

  • npm run build ( without SSR)
  • npm run build:ssr ( with SSR)

Production

Tests

  • npm run test

Compilation

  • npm run build ( without SSR)
  • npm run build:ssr ( with SSR)

Production

Prototype Bootstrap 5

  • change directory cd ui
  • launch html pages in your browser

Author

  • Author : danny

Documentation

English Tutorials

Tutoriels en français

About

Angular 13 Example Server side rendering SSR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.7%
  • HTML 32.9%
  • TypeScript 18.9%
  • CSS 6.5%