Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 407 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 407 Bytes

ToDo Liste Frontend

Installation

  1. Im Root-Verzeichnis ausführen:

    $ npm install
    
    $ npm run start
    
  2. Im Browser http://localhost:4200 aufrufen (API sollte bereits aktiv sein)

Devnotes

Enwicklung Arbeitsschritte

  • Angular Base Project v7.1.3
  • todo-list Komponente erzeugt
  • todo-edit Komponente erzeugt
  • todo Service erzeugt
  • Git support aktiviert