1.0.0 • Published 1 year ago

@sero-dev/aurora-template v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Aurora Template

A custom Angular project template that comes with a file structure and commonly used packages for smaller applications.

Included packages

  • Tailwind
  • Font Awesome

File Structure

├── app/
│   ├── core/               # Core files to run application
│   │   ├── error/            # Error handling files
│   │   ├── security/         # Security related files
│   ├── models/             # Models
│   ├── pages/              # Pages
│   │   ├── home/     
│   │   │   ├── components/   # Page-specific components
│   ├── services/           # Services
│   ├── shared/             # Multipage files
│   │   ├── components/       # Multipage components
│   │   ├── directives/       # Multipage directives