frastengo / react-instant-chat-tutorial

A skeleton version of the react-instant-chat app. It contains no React code and allows the reader to follow along with the tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-instant-chat-tutorial

A skeleton version of the react-instant-chat app. It contains no React code and allows the reader to follow along with the tutorial located on the CoderFactory blog

To start the app, run:

npm install 

npm start

Once the webpack server has started you can access it in a browser at http://localhost:8000

Ensure that you also have the simple-chat-api running as well

Tutorial

See the tutorial here https://medium.com/@coderacademy/you-can-build-an-fb-messenger-style-chat-app-with-reactjs-heres-how-intermediate-211b523838ad

Finished react chat app

About

A skeleton version of the react-instant-chat app. It contains no React code and allows the reader to follow along with the tutorial

License:MIT License


Languages

Language:JavaScript 77.8%Language:CSS 17.9%Language:HTML 4.3%