ice-datagrid
v2.0.1-i1
Published
ICE React DataGrid
Downloads
37
Maintainers
Readme
ice-datagrid
ICE fork of the react-datagrid component.
Setup
For setting up & starting the project locally, use:
$ git clone [email protected]:arthur_dick/ice-datagrid.git
$ cd ice-datagrid
$ npm install
$ npm run dev # or npm run hot
Now navigate to localhost:9090
If you want to have react-hot-loader
enabled, and see code changes pushed instantly, without losing page state, use npm run hot
instead of npm run dev
.
Before building a new version, make sure you run
$ npm run build
which compiles the src
folder (which contains jsx files) into the lib
folder (only valid EcmaScript 5 files).
Test build
$ npm pack
$ cd projects/api-javascript/build-files/
$ npm install ../path/to/package.tgz
$ npm publish