Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 435 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 435 Bytes

ChatRoom Document Model Demo

Getting Started:

  1. Clone the repo: https://github.com/powerhouse-inc/chatroom-demo.git
  2. Navigate to the project directory: cd chatroom-demo
  3. Install the dependencies: npm install
  4. Generate reducer files: npm run generate
  5. Start connect: npm run connect

Optional: Run Reactor and Connect Together

You can simultaneously run Reactor and Connect services with: npm run reactor