1.0.1 • Published 5 years ago

avantisgrid v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Avantis Grid

Build Status

Avantis Grid is a component developed by Globant ACI Components team.

  • React
  • Flexible Grid
  • Easy to plug to a datasource.

Installation

Avantis Grid requires Node.js v4+ to run.

Install the dependencies and devDependencies and start the server.

$ cd avantisgrid
$ npm install -d
$ npm start

Testing

$ cd avantisgrid
$ npm install -d
$ npm test