https://github.com/microwawe/angular-quickstart
https://github.com/microwawe/angular-quickstart
angular template-project
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/microwawe/angular-quickstart
- Owner: Microwawe
- License: mit
- Created: 2020-10-18T14:21:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-14T18:02:27.000Z (about 5 years ago)
- Last Synced: 2025-03-12T07:23:38.335Z (about 1 year ago)
- Topics: angular, template-project
- Language: SCSS
- Homepage:
- Size: 11.8 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
 [](https://github.com/google/gts) [](https://github.com/Microwawe/angular-quickstart)
# Angular Quickstart
This project is supposed to help you to get a new project set up easier.
The base files were generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0 with the following command:
```
ng new projectName --style=scss --routing
```
## What was added?
- [x] [TailwindCSS](https://tailwindcss.com/)
- [x] Dynamic light and dark themes
- [x] [CoreUI Icons](https://icons.coreui.io/icons/)
- [x] Shared module
- [x] Core module
- All services which have to have one and only one instance per application (singleton services) should be implemented here. Typical example can be authentication service or user service.
- [x] Lazy loading
- [x] Service worker
## Installation
## Usage
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)