dnote/web
Sung Won Cho 6acc2936e3
Reduce bundle size (#469)
* Rename handlers to api

* Fix imports

* Fix test

* Abstract

* Fix warning

* wip

* Split session

* Pass db

* Fix test

* Fix test

* Remove payment

* Fix state

* Fix flow

* Check password when changing email

* Add test methods

* Fix timestamp

* Document

* Remove clutter

* Redirect to login

* Fix

* Fix
2020-05-22 16:30:05 +10:00
..
assets Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
src Reduce bundle size (#469) 2020-05-22 16:30:05 +10:00
webpack Reduce bundle size (#469) 2020-05-22 16:30:05 +10:00
.babelrc Open source server and web (#171) 2019-05-10 09:31:31 +10:00
.gitignore Generate code coverage for js test (#302) 2019-11-09 16:10:00 +08:00
declrations.d.ts Reduce bundle size (#469) 2020-05-22 16:30:05 +10:00
jest.config.js Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
package-lock.json Reduce bundle size (#469) 2020-05-22 16:30:05 +10:00
package.json Reduce bundle size (#469) 2020-05-22 16:30:05 +10:00
README.md Open source server and web (#171) 2019-05-10 09:31:31 +10:00
tsconfig.json Implement personal knowedge base version (#254) 2019-09-30 11:02:09 +08:00

Dnote web client

The web client for Dnote, built with React.

scripts

Develop locally

  • ./scripts/dev.sh

Build prod bundle

  • ./scripts/build-prod.sh