Skip to content

Latest commit

 

History

History
executable file
·
30 lines (21 loc) · 478 Bytes

README.md

File metadata and controls

executable file
·
30 lines (21 loc) · 478 Bytes

simple_chat_app

Table of contents

General Info

A simple chat app built with Websockets, React and Redux.

Technologies

Project is created with:

  • React
  • Redux
  • Websockets
  • SASS
  • CSS Modules
  • Webpack
  • Babel
  • ES6

Set up

  1. Run npm install
  2. Start the dev server using npm start
  3. Open http://localhost:3000