Skip to content

pixlboy/readerboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.