Skip to content

antoinedelaplace/angular-template

Repository files navigation

Angular Template Boilerplate

This project is an Angular boilerplate designed to facilitate application development by providing a solid structure and integrated features (and examples).

Technical settings

  • State Management: Uses NgRx for state management.
  • OAuth2 Auth: Secure authentication (and an example with Google).
  • Routing & Lazy Loading: Deferred loading of modules.
  • Reactive Forms: Uses Reactive Forms with validation.
  • API service + HTTP Interceptors: Handles errors and http requests.
  • Tailwind integration
  • EsLint & Prettier
  • CI/CD
  • Husky pre-commit

Features

  • Notification system
  • Basic layout with headers & footers

Installation

Clone the repository and install the dependencies:

git clone https://github.com/antoinedelaplace/angular-template.git

cd angular-template

npm install

Starting the Application

ng serve

Access http://localhost:4200 in your browser.

Contributing

Contributions are welcome! Feel free to submit pull requests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published