Skip to content

michellechens/chat-app-frontend

Repository files navigation

chat-app-frontend

chat-app

Getting Started

  1. Create a folder chat-app-frontend

    mkdir chat-app-frontend 
    cd chat-app-frontend
  2. Create a new react application by CRA

    npx create-react-app ./
  3. Install npm packages

    npm install --save react-router react-router-dom socket.io-client react-scroll-to-bottom react-emoji query-string
  4. Run it on local (http://localhost:3000)

    npm i && npm start

About

Live chat application frontend built with React and socket-io

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published