aliizadi / Simple-Angular-WebApp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

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


Languages

Language:TypeScript 66.1%Language:HTML 25.9%Language:CSS 4.6%Language:JavaScript 3.3%