A table component build in ES6 and React.
- Install node JS in your system.
- Download or clone the repository.
- Open terminal and navigate to folder containing the component.
- Run npm install
- Run npm run dev
- Run npm start
Browser will open on port 8888
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.