Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zosman1/todolist
Simple todo list with electron and react
https://github.com/zosman1/todolist
Last synced: 9 days ago
JSON representation
Simple todo list with electron and react
- Host: GitHub
- URL: https://github.com/zosman1/todolist
- Owner: zosman1
- License: cc0-1.0
- Created: 2017-05-26T21:29:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T01:45:51.000Z (over 7 years ago)
- Last Synced: 2024-11-07T20:55:38.520Z (2 months ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# todolist
_React and electron example app_### UP & RUNNING
* Run `npm install`**FOR DEVELOPMENT**
* Run `npm run dev` to fire up Webpack
* In another terminal window run `npm start` to start electron**FOR PRODUCTION**
* Run `npm run postinstall` to compile all your assets into `dist/bundle.js`
* Change the script tag in `dist/index.html` to use `bundle.js` as its source
* Run `npm start` to start electron