Skip to content

marciofao/angularHttp2

 
 

Repository files navigation

Angular Homes App

  • Responsive UI
  • Angular routing
  • Http requests to json server
  • Angular forms

Installing instructions

  • Install Angular if you don't have it installed

    npm install -g @angular/cli

  • Clone this branch to your local machine

    git clone -b homes-app-start [email protected]:angular/codelabs.git homes-app

  • Once the code has been downloaded

    cd homes-app

  • Install the depencies

    npm install

  • Run the application

    ng serve

  • Start the Json server npm install -g json-server; json-server --watch db.json

App Demo

video demo ↗ App demonstration in video

About

Angular http setup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 67.1%
  • CSS 20.3%
  • JavaScript 10.7%
  • HTML 1.9%