Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 222 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 222 Bytes

Chat Application with ReactJS

Running it

First, grab the dependencies:

npm install

Build the applicaiton

npm run build

Then run the app like so:

npm start

And navigate to localhost:3000 and chat !