/Simple-Angular-WebApp

Angular Web Application From Second Part of Full Stack Web Development in Coursera

Primary LanguageTypeScript

Simple Web Apllication with angular 4

This project done while learning angular from the Angular Course in Coursera

which is the second part of Full Stack Web Development

by Hong Kong University of Science and Technology

Getting Started

  1. To install angular-cli globally:
npm install -g @angular/cli
  1. To install dependencies:
npm install
  1. Install json-server globally:
npm install json-server -g
  1. Change directory to /src/assets/json-server and run the server by:
json-server --watch db.json -d 2000
  1. Change directory to where you clone project and run the web app by:
ng serve open 
  1. Finally open the browser and and open:

http://localhost:4200/