Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 401 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 401 Bytes

Agree Logo

💬 The realtime group chat for true heroes. Written in Node.js and React

Live app

https://agree-app.herokuapp.com

Install

npm install

cd client && npm install

Development

npm run start:dev

cd client && npm start

Production Build

npm start

cd client && npm run build