Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.3 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.3 KB

Ionic 4 realtime chatbot starter app with Pusher

Version

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

  • Download Node and npm
  • Ionic npm install -g ionic cordova
  • npm install to install all our node dependencies

Running the server

  • Update the pusher-service provider with your pusher APP_KEY
  • run ionic serve to serve the app on the browser
  • run node server.js to start our server and update the keys in the .env file.

Built With

  • Pusher - APIs to enable devs building realtime features
  • Express - Fast, unopinionated, minimalist web framework for Node.js
  • Node.js - Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
  • Ionic - Build amazing apps in one codebase, for any platform, with the web.
  • Dialogflow - Build natural and rich conversational experiences.