2020-11-13 21:19:00 +03:00
2020-10-06 21:59:44 +03:00
2020-11-13 20:52:24 +03:00
2020-11-13 20:52:24 +03:00
2019-10-27 13:47:50 +03:00
2020-11-13 21:03:41 +03:00
2020-11-13 21:19:00 +03:00
2020-11-13 20:52:24 +03:00
2020-10-06 18:49:58 +00:00
2020-10-14 18:33:11 +03:00
2020-08-14 15:17:25 +03:00
2020-11-13 20:52:24 +03:00
2020-11-13 21:19:00 +03:00
2020-04-02 14:16:11 +03:00
2019-03-09 00:19:43 +03:00
2020-11-13 20:52:24 +03:00
2020-11-13 20:52:24 +03:00
2020-10-14 18:33:11 +03:00
2020-10-06 18:49:58 +00:00
2020-11-13 21:03:41 +03:00
2020-10-04 16:35:16 +03:00
2019-01-01 21:46:02 +03:00

writer

A simple web/markdown-based note taking app

You can take a look at the hosted version on heroku: https://ustk-writer.herokuapp.com

screenshot

This is a notebook app written in typescript using koa for the backend and react+redux for the frontend.

Getting started

First, install all of the dependencies with npm i and cd frontend && npm i

You also need to create a ormconfig.json and ormconfig.test.json (only if you want to run the tests). You can use ormconfig.example.json as an example (you only need to change the database connection settings)

or

Open the workspace in a remote docker container using VSCode - everything should be set up for you.

Then start with npm run dev and visit http://localhost:1234 (Parcel dev server is listening at http://localhost:1234, and koa at http://localhost:3000)

Description
Online markdown document editor
Readme MIT 2.3 MiB
Languages
TypeScript 90.4%
SCSS 6.7%
Dockerfile 1.6%
JavaScript 0.6%
HTML 0.4%
Other 0.3%