Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kros-sk/kros.angular.bestpractices


https://github.com/kros-sk/kros.angular.bestpractices

angular example-project ngrx ngrx-store

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# KROS Angular best practices

This is simple Angular TODO list app describing best practices in client side App development with Angular.

# Getting started

### Angular requires Node.js version 10.9.0 or later.
1. To check your version, run node **`node -v`** in a terminal/console window.
1. To get Node.js, go to [Node Js](https://nodejs.org/en/)

### The recommended development environment is **Visual Studio Code**
1. Link to download [VS Code](https://code.visualstudio.com/)

### Download project
1. In a terminal/console window -> git clone and url
1. In a VS Code -> Crt+Shift+P and write git clone

### Start project in VS Code
1. Open a terminal and write `npm install`
1. After `ng serve --open`