An open API service indexing awesome lists of open source software.

https://github.com/microwawe/angular-quickstart


https://github.com/microwawe/angular-quickstart

angular template-project

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

![GitHub package.json version](https://img.shields.io/github/package-json/v/Microwawe/angular-quickstart) [![Code Style: Google](https://img.shields.io/badge/code%20style-google-blueviolet.svg)](https://github.com/google/gts) [![GitHub license](https://img.shields.io/github/license/Microwawe/angular-quickstart)](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/)