项目作者: GiadaSimonetti

项目描述 :
Chat App in React.js and Chatkit
高级语言: JavaScript
项目地址: git://github.com/GiadaSimonetti/chat-app.git
创建时间: 2018-07-09T18:15:10Z
项目社区:https://github.com/GiadaSimonetti/chat-app

开源协议:

下载


Chat app

A simple ract chat app built by following the Scrimba-Building a chat app with React.js and Chatkit.

chat-app

My approach

I created a react app with create-react-app and create an account and instances on pusher website

Instructions

Prerequisites
node installed

  • to run the web app
  1. $ git clone https://github.com/GiadaSimonetti/chat-app
  2. $ cd chat-app
  3. $ npm install
  4. $ npm start

Your browser should open on localhost:3000, if it doesn’t go directly to localhost:3000.