dnote/web
Sung Won Cho 2c82e36f7a
Require database connection configuraton (#228)
* Require explicit configuration for database connection

* Test validation

* Remove stutter

* Only use packr for self hosting

* Restart server upon change
2019-07-24 17:32:12 +10:00
..
scripts Require database connection configuraton (#228) 2019-07-24 17:32:12 +10:00
src remove type=button from subscription cta button; fixes issue dnote/dnote#215 (#216) 2019-06-30 11:54:19 +10:00
static Update issue templates (#195) 2019-05-29 21:57:55 +10:00
webpack Fix build (#188) 2019-05-23 22:58:58 +10:00
.babelrc Open source server and web (#171) 2019-05-10 09:31:31 +10:00
.eslintrc Implement checkout flow (#187) 2019-05-23 22:20:15 +10:00
.gitignore Open source server and web (#171) 2019-05-10 09:31:31 +10:00
.prettierrc Open source server and web (#171) 2019-05-10 09:31:31 +10:00
index.html Open source server and web (#171) 2019-05-10 09:31:31 +10:00
karma.conf.js Open source server and web (#171) 2019-05-10 09:31:31 +10:00
package-lock.json Implement server binary (#223) 2019-07-22 13:41:09 +10:00
package.json Bump depedencies (#196) 2019-05-27 21:48:14 +10:00
README.md Open source server and web (#171) 2019-05-10 09:31:31 +10: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