dnote/web
Sung Won Cho 92e2924fcf
Autocompletion (#193)
* Add autocompletion script for bash and zsh

* Disallow book names with spaces

* Drop parenthesis

* Migrate book names with spaces

* Autocomplete for add

* test

* Make test run in go 1.11
2019-05-27 19:40:35 +10:00
..
scripts Fix build (#188) 2019-05-23 22:58:58 +10:00
src Autocompletion (#193) 2019-05-27 19:40:35 +10:00
static Open source server and web (#171) 2019-05-10 09:31:31 +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
.env.dev 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
Gopkg.lock Open source server and web (#171) 2019-05-10 09:31:31 +10:00
Gopkg.toml 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
main.go Open source server and web (#171) 2019-05-10 09:31:31 +10:00
package-lock.json Implement checkout flow (#187) 2019-05-23 22:20:15 +10:00
package.json Implement checkout flow (#187) 2019-05-23 22:20:15 +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