网格仪表板
使用 react-starter/webpack、reactjs、react-grid-layout 的入门仪表板应用程序。 目的是开发一些可在仪表板应用程序中使用的可重用小部件。
当前入口点只是集成为 /dashboard 的新入口点的 react-grid-layout 示例。 因此,您可以在 localhost:8080/dashboard 上访问它。
安装
克隆,然后:
npm install
开发服务器
# start the webpack-dev-server
npm run dev-server
# wait for the first compilation is successful
# in another terminal/console
# start the node.js server in development mode
npm run
1