Skip to content

sailing-dev/Angular12-Server-Side-rendering

Repository files navigation

Angular 12 Example Server Side Rendering

An Angular starter kit featuring Angular 12.2.12, Angular CLI 12.2.12

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

Quick start

# 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages