This is a template of a messaging app, created with react native and expo
Halk A real-time chat app created to help new developers.
$ npm install
$ npm start
Do it on client and server!
Frontend and backend repositories are present, but they ran on localhost, so it can only be used for testing and visualization. If you want to use it for production, you will need to host the backend (made in nestjs) on a host
# client
$ npm start or npm run android/ios/web
# server
$ npm run start:dev
The project may have errors, if there are problems with something, report it, and if you can, send improvement ideas
Halk is MIT licensed.