Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 911 Bytes

README.md

File metadata and controls

29 lines (14 loc) · 911 Bytes

Messaging App Client

Front-end interface I made with React for a little Chat App. Deployed here : Chat App.

All custom CSS : no CSS frameworks used.

Back-end was built with Node.js and Socket.io check out the repo here : messaging-app-server.

Getting Started

This project was bootstrapped with Create React App.

npm install

Installs packages.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Check the Create React App repository for more information on how to run, test and build this react app.