The Aim of this Layout Engine is to create grids effciently for dashboards. Grids combination should be defined as number of rows and columns.
Grids can be created with golden ratio.
- Download the files and place them in your project directory
- Run
npm ito install the dependencies - Run
npm run buildto build the project - Run
npm run devto build the project, start watching files and run the local server - Run
npm testto run the tests once - Run
npm run lintto lint the source files - Run
npm run test:cito watch thesrcdirectory for changes and run the tests