A simple real-time chat application made using Flutter and socket.io.
Clone the repo
$ git clone https://github.com/joshuadeguzman/neighbourly-chat
Enter directory
$ cd backend
Install dependencies
$ yarn install (or npm install)
Start the server
$ yarn start (or npm start)
Enter directory
$ cd frontend
Install dependencies
$ flutter packages get
Run the app
$ flutter run -v
Login using Heroku account
$ heroku login
Enter server directory
$ cd backend
Create a Heroku app
$ heroku create
Deploy server to your Heroku cloud account
$ git push heroku master
Read more here.
- Twitter @joshuamdeguzman
- Keybase @joshuadeguzman
⭐ this repo or follow me on:
- Github @joshuadeguzman
- Medium @joshua.deguzman
BSD @joshuadeguzman