Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 590 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 590 Bytes

Feathers React Chat (TypeScript)

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 and yarn start

This project was bootstrapped with Create React App.