https://github.com/quang-pham-dev/ng-cedu-challenge
Education challenge built with Angular - NGRX
https://github.com/quang-pham-dev/ng-cedu-challenge
angular best-practices ngrx
Last synced: 8 months ago
JSON representation
Education challenge built with Angular - NGRX
- Host: GitHub
- URL: https://github.com/quang-pham-dev/ng-cedu-challenge
- Owner: quang-pham-dev
- Created: 2020-01-09T14:18:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T17:23:24.000Z (about 3 years ago)
- Last Synced: 2025-07-19T07:38:26.465Z (11 months ago)
- Topics: angular, best-practices, ngrx
- Language: TypeScript
- Homepage:
- Size: 1.35 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Educ
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.4.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
# TSlint
- Run `ng lint` to find all wrong ts rule files manually. If you forget to check and then pushing, tslint automatically check as soon as you run `git push`
- For fixing any wrong ts rule files by command, please run: `tslint --fix -c ./tslint.json 'src/**/*{.ts,.tsx}'` ( run at root folder )
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).