Messenger PWA written on VueJS 3 with Composition API, TypeScript, stylus, unit and e2e tests
Start the project
- Run the API
- Clone this repo
- Run:
make install-deps
make serve
Run tests
make test
Build project
make build