项目作者: Hamoni

项目描述 :
realtime react datagrid using Hamoni Sync
高级语言: JavaScript
项目地址: git://github.com/Hamoni/react-spreadsheet-hamoni.git
创建时间: 2018-03-22T17:20:27Z
项目社区:https://github.com/Hamoni/react-spreadsheet-hamoni

开源协议:MIT License

下载


react-spreadsheet-hamoni

realtime react datagrid using Hamoni Sync

Setup

  • Clone or download this repository
  • Run npm install to install its dependencies
  • Copy your Account and Application ID from your dashboard if you’re already logged in. If you don’t have an account, Register and Login to Hamoni Sync dashboard
  • Open server.js and replace the string placeholder for account and application ID with values you see on your dashboard.
  • Open App.js in src folder. Replace the string placeholder for account and application ID with values you see on your dashboard.
  • Open the terminal and run node server.js to create the data that’ll be used by the React frontend.
  • Run npm start to start the React app.

Now you can change and add new data and see it reflected in connected clients.

For a walkthrough on Hamoni Sync or Quick Start tutorial on building with Hamoni Sync, see the doccumentation at docs.hamoni.tech