Skip to content
Masanori Ohgita edited this page Jun 21, 2024 · 29 revisions

Welcome to the angular-nest wiki! This Wiki provides additional information for README.

Concept

  • As much as possible, I keep the state of the source code just scaffolded by Angular CLI (@angular/cli) and Nest CLI (@nestjs/cli).
    • NOTE: A description of the modified file can be found at Files.

Variations

  • master branch - with Angular Material
  • vanilla branch - Vanilla (without Angular Material)

Development

  • Files -- Structure of the files and the directories
  • CLI Commands -- Available commands
  • Update Dependencies -- Guide for updating your Angular and NestJS applications
  • Troubleshooting -- Guide to resolving errors and other issues
  • Recommendations and Tips:
    • Theme -- Guide for applying custom color / theme with Angular Material (M3).
    • Conventional Commits
    • Database -- Guide for connecting to database such as MySQL, PostgreSQL, SQLite, ...

Deployments

Clone this wiki locally