pm-grid

Javascript Grid

Usage no npm install needed!

<script type="module">
  import pmGrid from 'https://cdn.skypack.dev/pm-grid';
</script>

README

pm-grid

Javascript grid

Documentation

Directory Layout

.

Getting Started

Just clone or fork the repo:

$ git clone -o pm-grid -b master --single-branch 
      https://github.com/claygifford/pm-grid.git
$ cd pm-grid
$ npm install -g gulp           # Install Gulp task runner globally
$ npm install                   # Install Node.js components listed in ./package.json

How to Build

$ gulp build                    # or, `gulp build --release`

How to Run

$ gulp                          # or, `gulp --release`