Skip to content

kondakovdmitry/reactjs-editable-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ReactGrid Plugin and Demo

Plugin-source contains the source deployed on npm https://www.npmjs.com/package/@knd/react-grid.

my-demo contains demo project using @knd/react-grid

Deployment

To deploy my-demo for testing with local @knd/react-grid module (from Plugin-source/ReactGrid folder) run the following commands:

cd Plugin-source/ReactGrid
npm install
./node_modules/.bin/lerna bootstrap
npm run build

cd ../../my-demo
npm install

# now use 'npm link' to link to local '@knd/react-grid' package instead of loading from npmjs.
npm link ../Plugin-source/ReactGrid

If npm link fails with EPERM error, try executing it again (maybe 2 more times), or execute it with root/Adnimistrator.

Then run my-demo dev web server:

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages