Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 363 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 363 Bytes

Optimizely Datafile Over WebSockets Proof of Concept

Installation & execution

Server Side

  1. Open a terminal window to the src/server/ directory.
  2. Run npm install.
  3. After completion, run npm start.

Client Side

  1. Open a second terminal window to the src/client/ directory.
  2. Run npm install.
  3. After completion, run npm start.