mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-28 16:07:49 +01:00
1c3bd9fccd0b9e6eeffffcc8eae80d6abdf01835
writer
A simple web/markdown-based note taking app
You can take a loot at the hosted version on heroku: https://ustk-writer.herokuapp.com
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)
Then start with npm run dev and visit http://localhost:1234
Parcel will be listening at http://localhost:1234, and koa at http://localhost:3000
Languages
TypeScript
90.4%
SCSS
6.7%
Dockerfile
1.6%
JavaScript
0.6%
HTML
0.4%
Other
0.3%
