Cshayan / TodoApp-Using-Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TodoApp-Using-Angular

To run the app, use th following instructions:-

      a) First if you don't have node.js installed, install it from https://nodejs.org/en/
      b) Then you need to install Angular in your computer. Run the below code in terminal:-
               1. npm install -g @angular/cli
       c) Now extract the file you have downloaded, and in your terminal using proper commands like 'cd' and 'cd ..' propagate to the downloaded folder.
        d) Then run this:- ng serve --open.

This will get the App running in your browser on port 4200. Thank You.

About