Skip to content

Microwawe/angular-quickstart

Repository files navigation

GitHub package.json version Code Style: Google GitHub license

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 version 10.1.0 with the following command:

ng new projectName --style=scss --routing

What was added?

  • TailwindCSS
  • Dynamic light and dark themes
  • CoreUI Icons
  • Shared module
  • 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.
  • Lazy loading
  • 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