Skip to content

fawind/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App for writing "wysiwyg" markdown notes. Try it out here!

App Preview

Project Structure

Service:

JAX-RS server to be deployed on the Google App Engine using the Datastore as a storage.

Web App:

Typescript-React-Redux app. The editor is based on CodeMirror. The Typescript http bridge is automatically generated from the JAX-RS service interface.

Setup

More information in the app and service readmes.

  1. Install dependencies and build project: make install
  2. Run tests: make test
  3. Run the service make runService
  4. Run the frontend dev server make runApp
  5. Deploy application: make deploy