At the moment, while considering the development of desktop version · mobile version application,
It exposes the Web version as a beta version.
- BaaS - firebase
- Frontend - react
- UI - material-ui / handsontable
1.Repository clone and library download
$ git clone https://github.com/hand-dot/taskontable.git
$ cd taskontable
$ npm install
2.Fill in the setting files
There is a setting file in src/
.
firebase.js(Firebase), ga.js(GoogleAnalytics), sentry.js(Sentry)
Please enter account information in the above file
Click here for other services you see
3.Launch app on taskontable directory
$ npm run web
4.This is optional(Do not commit the configuration files).
$ git update-index --skip-worktree src/configs/firebase.js
$ git update-index --skip-worktree src/configs/ga.js
$ git update-index --skip-worktree src/configs/sentry.js
$ git update-index --skip-worktree src/configs/sendgrid.js
$ git update-index --skip-worktree src/configs/cloudmessaging.js