Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 529 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 529 Bytes

PostIt-Todo

PostIt Todo is a todo task list manager app for OSX menubar.

This is implemented using Electron, Redux, React, idb (IndexedDB) along with Babel & Webpack.

Download the latest .dmg file for mac here


###Install dependencies:

npm install

###Start development server & app:

npm run dev
npm start

###Distribution:

npm run dist