Skip to content

adrianulima/chat-react-client

Repository files navigation

chat-react-client

A chat client made with React to connect with https://github.com/adrianulima/chat-node-server

NPM JavaScript Style Guide

Install

npm install --save chat-react-client

Usage

import React, { Component } from 'react'

import MyComponent from 'chat-react-client'
import 'chat-react-client/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT ©

About

A chat client made with React to connect with https://github.com/adrianulima/chat-node-server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors