Skip to content
cmh1027 edited this page May 1, 2017 · 21 revisions

Opensource Assignment

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.

You need to read this!

Folder : Noteapp

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

Folder : Noteapp(before modification)

The original code. This has the log-in function and this should be run with "npm start"

Folder : note-react-win32-x64

There is an Electron exe file constructed based on the code in Noteapp folder. (Not -before modiciation- folder!)

file : app.asar

Asar file based on the code in Noteapp folder. Run this by "electron app.asar"