Skip to content

csseditor/Boostnote

Repository files navigation

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 & License

Copyright (C) 2016 MAISIN&CO.

Check here.

About

Boostnote is an open source note-taking app for programmers.🚀 Evernote for programmers!

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 75.3%
  • CSS 23.3%
  • HTML 1.4%