Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.07 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.07 KB

Angular Xotv

A sample app which is built using Angular v7, Angular Material v7, SCSS, HTML and TypeScript. Building tool is Angular CLI and.

Demo

Visit https://online-edu.github.io/ng-xotv

Run app locally

BEFORE YOU RUN: Install Angular CLI & NodJS

  1. Install NodeJS
  2. Install any good IDE of your choice e.g. Visual Studio Code
  3. Launch VS Code and open this project (after either by cloning or downloading)
  4. Open terminal (if VS Code Ctrl-backtick)
  5. Install dependencies:
    1. Angular CLI - npm install -g @angular/cli
    2. App dependencies - npm install
  6. Run the app
    1. Serve - ng serve -o
    2. Visit - localhost:4200 in case browser is not opened.

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.