Skip to content

online-edu/ng-xotv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published