mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
1.4 KiB
1.4 KiB
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
- turn on HMR server
npm run webpack
- run hot mode
npm run hot
npm startis using compiled scripts. see Build to compile scripts.
Build
- Compile scripts
compile all browser stuff(Javascript, Stylus).
grunt compile
- 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
Author
Rokt33r(Dick Choi of MAISIN&CO.)
Contributors
Copyright & License
Copyright (C) 2016 MAISIN&CO.