# Apex data component grid
[![Node.js CI](https://github.com/apexcharts/apexgrid/actions/workflows/node.js.yml/badge.svg)](https://github.com/apexcharts/apexgrid/actions/workflows/node.js.yml)
[![Coverage Status](https://coveralls.io/repos/github/apexcharts/apexgrid/badge.svg?branch=master)](https://coveralls.io/github/apexcharts/apexgrid?branch=master)


This is still a **very** early proof of concept for a web component based data grid.

## Local Development

1. Clone the repository.
2. Run `npm install`
3. Play and explore the codebase.

## Local demo with Vite

Run `npm start` to open the demo page in `demo/index.html`
