Sie sind auf Seite 1von 2

CHATBOT CON IONIC Y DIALOGFLOW

1) Abrir vual studio code


2) Instalar ionic npm install -g ionic, ionic start chatbotApp blank

3) Abre el recién creado chatbotApp. La estructura de su carpeta debe ser algo como esto:

chatbotApp /

node_modules /

src /

app /

assets /

pages /

home /

home.html

home.ts

home.scss
4) Abra un terminal dentro de la carpeta de la aplicación e inicie la aplicación ejecutando:

 ionic serve

Das könnte Ihnen auch gefallen