This project was adapted from the original feathers-chat-react.
A frontend for the feathers-chat API using React with TypeScript.
To run the example:
- Make sure the feathers-chat API is running
- Clone this repository
- In the cloned folder, run
yarn install
andyarn start
This project was bootstrapped with Create React App.