Skip to content

cmh1027/noteapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opensource Assignment

A simply Note(Memo) web application using React, nodejs, sqlite3

As soon as the user enters a name, the app retrieves the last 50 notes

Installing Packages

  • npm install webpack --save-dev
  • npm install webpack-dev-server --save-dev
  • npm install react react-dom react-addons-css-transition-group --save`
  • npm install babel-loader babel-core babel-preset-es2015 babel-preset-react --save`
  • npm install pubnub --save`
  • npm start, On your browser, go to http://localhost:8080/

You need to read this!

Folder : Noteapp

Changed javascript "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 : electron/electron#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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published