dkuang1980 / react-custom-table

Render table in react, fully customizable, compatible with redux
9 stars 3 forks source link

how to contribute? #1

Open ZhengHe-MD opened 8 years ago

ZhengHe-MD commented 8 years ago

I don't quite understand how you debug and test your react-custom-table. The start and dev script don't work as expected. maybe you can add a html and a webpack-dev-server or use express server with webpack-dev-middleware and webpack-hot-middleware so that we can contribute to this repo easily. It's very nice to see how to write a table component from scratch. thx!

dkuang1980 commented 8 years ago

yeah, sorry about that, the start script doesn't make sense for now, since there is no index.html in the root, i will remove it. For now, you can just npm run demo, it will start a dev server over the demo folder, it will load the code. And I will add hot reload soon. Thanks