Enter the folder:
cd back-end
Install the dependencies
npm install
cd functions
npm install
To run the tests, go the back-end folder and run:
npm test
To run the app, type:
firebase serve --only functions,hosting
The aplication is hosted at: https://ethereum-chatbot.firebaseapp.com/messages
Enter the folder:
cd front-end
Install the dependencies
npm install
To run the tests, simply run:
npm test
To run the app, type:
npm start