Skip to content

CrainCH/Angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Table of contents

Demo applications
Screenshots
CLI commands
Software

Demo applications

Edit Brewery (deployed on GitHub)
Breweries (deployed on GitHub)

Screenshots

Desktop version

Mobile version

Desktop version

Mobile version

CLI commands

Start Visual Studio Code

cd PATH
code .

Start server

ng serve -o

Deploy to GitHub

Install ghpages dependency

npm i -g angular-cli-ghpages

Deploy to GitHub
Warning: fix repository and project name

ng build --prod --base-href https://CrainCH.github.io/Angular/angular-playground
ngh --dir dist/angular-playground

Software