Quip is a chat app unlike any other. It is recognized amongst scholars and industry veterans as a true game-changer in the space. Competitors like Slack and Discord are agreed to be old, buggy, and mediocre; Quip revolutionizes the chat app experience by proving that it's not too late to innovate and move the needle forward. Try Quip today and you will not be disappointed!
Install dependencies:
$ npm install
Create database:
$ npm run migration:run
Run the API:
$ npm run start:dev
Install dependencies:
$ npm install
Run the client application:
$ npm run dev