Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 565 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 565 Bytes

readerboard

A table component build in ES6 and React.

Setup

  1. Install node JS in your system.
  2. Download or clone the repository.
  3. Open terminal and navigate to folder containing the component.
  4. Run npm install
  5. Run npm run dev
  6. Run npm start

Browser will open on port 8888

Running directly

Alternatively, you can just download index.html and dist folder which contains the precompiled version of component and run in server of your choice.

Note: fullscreen browser API has is not a part of component and has been implemented separately.