基于nodejs+webpack,以nosql轻量级嵌入式数据库nedb作为存储,页面渲染采用react+redux,样式框架为ant design,实现了excel表格上传导出以及可视化
- 克隆到本地 git clone https://github.com/RodgerLai/nodejs-nedb-excel
- 打开文件夹 cd nodejs-nedb-excel
- 安装依赖包 npm install
- node后端服务启动: npm start
- 前端资源编译(dev模式,热加载):npm run dev
- 浏览器打开:http://localhost:3000
- 注意:终端执行npm start后保持运行