Skip to content

Commit

Permalink
Merge pull request #89 from bcc-code/coding-guide-app-dev
Browse files Browse the repository at this point in the history
Update "app dev" section under coding-guide.md
  • Loading branch information
u12206050 authored Sep 20, 2024
2 parents cb7d62d + 92cbf43 commit 404224e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/guides/coding-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ The [BCC Design System](https://github.com/bcc-code/bcc-design) consists of a se
* **.Net 6+** is the preferred framework for developing web APIs. We also have projects using **Node JS** and **Go**.

### 3.3 App Development
* **Flutter** is the preferred framework for developing native apps.
* **Flutter** is the preferred framework for developing mobile apps that requires high performance custom UIs.
* **Capacitor /w Vue** is the preferred framework for developing mobile apps that doesn't require high performance custom UIs. Faster dev speed and is cross platform (web).
* **Electron** is the preferred framework for developing desktop apps.

### 4.4 Content Management
* **WordPress** is the preferred content management system for building websites.
Expand Down

0 comments on commit 404224e

Please sign in to comment.