Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/codyparker/feathers-chat-react-typescript

A front-end for the Feathers Chat application using React and TypeScript with create-react-app
https://github.com/codyparker/feathers-chat-react-typescript

Last synced: 4 months ago
JSON representation

A front-end for the Feathers Chat application using React and TypeScript with create-react-app

Lists

README

        

# Feathers React Chat (TypeScript)

**This project was adapted from the original [feathers-chat-react](https://github.com/feathersjs-ecosystem/feathers-chat-react).**

A frontend for the [feathers-chat API](https://github.com/feathersjs/feathers-chat) using React with TypeScript.

To run the example:

- Make sure the [feathers-chat](https://github.com/feathersjs/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](https://github.com/facebookincubator/create-react-app).