1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00
2016-05-25 17:07:59 +09:00
2016-05-25 17:07:41 +09:00
2016-05-25 17:07:41 +09:00
2016-05-25 17:07:59 +09:00
2016-05-03 23:35:58 +09:00
2015-12-30 14:19:01 +09:00
2016-04-29 18:30:52 +02:00
2015-10-08 20:40:19 +09:00
2016-01-10 06:46:20 +09:00
2016-03-10 20:32:59 +09:00
2016-05-03 15:38:23 +09:00
2016-05-22 23:44:49 +09:00
2016-03-09 02:44:38 +09:00
2016-05-03 15:38:23 +09:00
2016-05-14 19:03:47 +09:00
2016-05-14 12:29:53 +09:00
2016-05-24 16:53:21 +09:00
2016-05-24 16:53:21 +09:00

Boostnote

Simple note app

Inspired by

  • Atom
  • Quiver
  • Evernote
  • GitKraken
  • GitBook

System requirement

This app is built on Electron.

You can check it from here.

Currently, I'm testing this app on Windows 10(64bit), OS X El Capitan, Ubuntu Linux, Arch Linux.

Develop

  1. turn on HMR server
npm run webpack
  1. run hot mode
npm run hot

npm start is using compiled scripts. see Build to compile scripts.

Build

  1. Compile scripts

compile all browser stuff(Javascript, Stylus).

grunt compile
  1. Build executable

build Boostnote.app (OS X) / Boostnote.exe (Windows)

grunt pack:osx
grunt pack:windows

Also there are some tasks for CodeSign(OS X) and Authenticode(Windows). To use these tasks, you need to aquire your own certifications.

Using stack

  • Electron
  • React
  • Webpack
  • Redux
  • CSSModules

Codestyle

js-standard-style

Author

Rokt33r(Dick Choi of MAISIN&CO.)

Contributors

Copyright (C) 2016 MAISIN&CO.

Check here.

Description
No description provided
Readme 24 MiB
Languages
JavaScript 82.6%
Stylus 16.2%
HTML 1.2%