Skip to content

markus-hsk/todolist_frontend

Repository files navigation

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