https://github.com/kros-sk/kros.angular.bestpractices
https://github.com/kros-sk/kros.angular.bestpractices
angular example-project ngrx ngrx-store
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kros-sk/kros.angular.bestpractices
- Owner: Kros-sk
- License: mit
- Created: 2019-04-11T08:16:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T21:12:56.000Z (about 3 years ago)
- Last Synced: 2025-04-11T21:13:54.721Z (about 1 year ago)
- Topics: angular, example-project, ngrx, ngrx-store
- Language: TypeScript
- Size: 2.28 MB
- Stars: 5
- Watchers: 6
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`