React Components for Tabular data.
This monorepo contains
The monorepo is managed using lerna
and yarn
workspaces. To get started
- Clone the repository to
rowsncolumns
directory
git clone https://github.com/rowsncolumns/grid.git rowsncolumns
- Install npm dependencies using
yarn
// Switch to the new directory
cd rowsncolumns
// Install all dependencies
yarn
- Compile typescript files to Javascript
yarn build
yarn storybook
And open http://localhost:9002/
in Chrome
All stories
are located in packages/storybook
directory
yarn build:watch