dnote/web
Sung Won Cho 3883a076ef
Lint TypeScript (#349)
* extract dep

* Lint

* Lint

* Fix

* Fix build
2019-11-25 12:24:23 +08:00
..
assets Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
src Lint TypeScript (#349) 2019-11-25 12:24:23 +08:00
webpack Simplify dev environment (#301) 2019-11-08 17:30:01 -08:00
.babelrc Open source server and web (#171) 2019-05-10 09:31:31 +10:00
.eslintrc Lint TypeScript (#349) 2019-11-25 12:24:23 +08:00
.gitignore Generate code coverage for js test (#302) 2019-11-09 16:10:00 +08:00
declrations.d.ts Display version in settings (#293) 2019-10-30 00:58:08 -07:00
jest.config.js Generate code coverage for js test (#302) 2019-11-09 16:10:00 +08:00
package-lock.json Lint TypeScript (#349) 2019-11-25 12:24:23 +08:00
package.json Lint TypeScript (#349) 2019-11-25 12:24:23 +08: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