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 89c98fceb3
commit 8120ac2701

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.