This is a simple app for realtime chatting made with Vue JS and Firebase.
- Clone the Repository.
- Install all the Dependencies with -
npm install
- Fill the
.env
file with all your Firebase Keys and IDs. - Uncomment
.env
in .gitignore file
npm run serve
npm run build
npm run lint