a simple and minimalist note app for windows with simple options using electron
UI inspired by Kazuya Horikirikawa
Install electron globally using yarn yarn global add electron
or npm npm install -g electron --save-dev
then:
Run npm run build:win ( for make exe file) Run electron . (to run the project)