The anatomy of an Angular APP
CtrlK
  • How to manage an Angular project
  • Startup from Bitf boilerplate
  • Basic setup
  • Checklist to create a new Angular project
  • Project Structure / Naming conventions / Code style
  • Environments
  • Setup typescript alias and barrels
  • Imports order
  • Setup Ts Doc and Angular Doc and bundle size analyser
  • Semantic Versioning
  • Conventional changelog and commitizen
  • Branching Strategy and Naming
  • Angular modules
  • Setup CI/CD
  • Docker
  • Add and manage readme
  • Sync bitf-core
  • Wrap the app in cordova
Powered by GitBook
On this page

Was this helpful?

Branching Strategy and Naming

We are following the standard gitfolow branching strategy

Note: for some projects we are considering development branch the master branch, but the standard should be

  • development

  • staging

  • production

PreviousConventional changelog and commitizenNextAngular modules

Last updated 5 years ago

Was this helpful?