Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Dynamic Map in React - no bundler

Dynamic map built with React

Updates via queries to a RoomKit Collector

Loads via polyfill (no need to use a bundler)

Snapshot

Quickstart

April 2018: note that due to React constraints with CORS, the page will open in Firefox but not in Chrome. Won't open in Internet Explorer since the fetch function is not supported.

Launch RoomKit collector Mock from a terminal

git clone https://github.com/ObjectIsAdvantag/roomkit-collector
cd roomkit-collector
npm install
node mock.js

Then, simply open 'main.html' in Firefox. or serve the files from a simple HTTP Server, such as Caddy.