App for writing "wysiwyg" markdown notes. Try it out here!
JAX-RS server to be deployed on the Google App Engine using the Datastore as a storage.
Typescript-React-Redux app. The editor is based on CodeMirror. The Typescript http bridge is automatically generated from the JAX-RS service interface.
More information in the app and service readmes.
- Install dependencies and build project:
make install
- Run tests:
make test
- Run the service
make runService
- Run the frontend dev server
make runApp
- Deploy application:
make deploy