This is simple Angular TODO list app describing best practices in client side App development with Angular.
- To check your version, run node
node -v
in a terminal/console window. - To get Node.js, go to Node Js
- Link to download VS Code
- In a terminal/console window -> git clone and url
- In a VS Code -> Crt+Shift+P and write git clone
- Open a terminal and write
npm install
- After
ng serve --open