Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kros-sk/kros.angular.bestpractices
- Owner: Kros-sk
- License: mit
- Created: 2019-04-11T08:16:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T21:12:56.000Z (over 1 year ago)
- Last Synced: 2024-07-12T07:27:58.556Z (6 months ago)
- Topics: angular, example-project, ngrx, ngrx-store
- Language: TypeScript
- Size: 2.28 MB
- Stars: 5
- Watchers: 7
- 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`