A sample app which is built using Angular v7, Angular Material v7, SCSS, HTML and TypeScript. Building tool is Angular CLI and.
Visit https://online-edu.github.io/ng-xotv
BEFORE YOU RUN: Install Angular CLI & NodJS
- Install NodeJS
- Install any good IDE of your choice e.g. Visual Studio Code
- Launch VS Code and open this project (after either by cloning or downloading)
- Open terminal (if VS Code
Ctrl
-backtick
) - Install dependencies:
- Angular CLI -
npm install -g @angular/cli
- App dependencies -
npm install
- Angular CLI -
- Run the app
- Serve -
ng serve -o
- Visit -
localhost:4200
in case browser is not opened.
- Serve -
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.