Skip to content

Latest commit

 

History

History
67 lines (50 loc) · 1.77 KB

README.md

File metadata and controls

67 lines (50 loc) · 1.77 KB

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