-
Notifications
You must be signed in to change notification settings - Fork 1
Home
I decided to make a simple post-it memo application rather than just adding things with cut-paste because many components from many repositories are too incompatible to add.
I used react, nodejs, sqlite3 for assignment. I changed backends from flask to nodejs because there are not many information about flask even though it is written in python
I used some boilerplates to make the app but sadly I can't remember repository addresses of them.
Changed prompt sentence in ./dist/bundle.js because electron doesn't support it.
So if you try to test a log in function, you should try Noteapp(before modification) folder rather than this.
The code in this folder is only for finalizing electron packaging.
reference : https://github.com/electron/electron/issues/472
The original code. This has the log-in function and this should be run with "npm start"
There is an Electron exe file constructed based on the code in Noteapp folder. (Not -before modiciation- folder!)
Asar file based on the code in Noteapp folder. Run this by "electron app.asar"