https://github.com/felixklauke/angular-minimal-template
A minimalistic angular template for tiny applications that don't need tests and much of enterprise functions. Still features routing and some common techniques like cookie consent and some basic style definitions.
https://github.com/felixklauke/angular-minimal-template
angular angular7 boostrap experimental medium template
Last synced: about 2 months ago
JSON representation
A minimalistic angular template for tiny applications that don't need tests and much of enterprise functions. Still features routing and some common techniques like cookie consent and some basic style definitions.
- Host: GitHub
- URL: https://github.com/felixklauke/angular-minimal-template
- Owner: felixklauke
- License: mit
- Created: 2018-12-19T10:02:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T15:38:39.000Z (over 3 years ago)
- Last Synced: 2025-04-04T13:31:33.752Z (about 1 year ago)
- Topics: angular, angular7, boostrap, experimental, medium, template
- Language: TypeScript
- Homepage: https://medium.com/felixklauke/angular-google-cloud-build-app-engine-5e7c2038bdad
- Size: 865 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# AngularMinimalTemplateStable
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.1.1.
## 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/).
## 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).