Update chapter-01-run-and-talk.md

This commit is contained in:
Lucas Ribeiro 2020-09-30 09:15:31 -03:00 committed by GitHub
parent 5cf3962c07
commit 11a0542054
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@
1- gbapp and gblib extensions which are folder extensions for the GeneralBots package type. 1- gbapp and gblib extensions which are folder extensions for the GeneralBots package type.
gbapp and gblib are responsible for GeneralBots services in a Back-end development environment. gbapp and gblib are responsible for GeneralBots services in a Back-end development environment.
Four components builds up a General Bot App: dialogs, models, services and tests.
2- The .gbui extension is assigned to the GeneralBots front-end development environment. 2- The .gbui extension is assigned to the GeneralBots front-end development environment.
Angular, Riot, React and HTML are responsible for the dynamic functioning of GeneralBots services. Angular, Riot, React and HTML are responsible for the dynamic functioning of GeneralBots services.