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: 12 days ago
JSON representation
A front-end for the Feathers Chat application using React and TypeScript with create-react-app
- Host: GitHub
- URL: https://github.com/codyparker/feathers-chat-react-typescript
- Owner: codyparker
- Created: 2019-12-17T23:06:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:14:56.000Z (about 2 years ago)
- Last Synced: 2024-11-08T03:44:28.896Z (2 months ago)
- Language: TypeScript
- Size: 3.29 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-feathersjs - Feathers Chat React + TypeScript
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).