https://github.com/zosman1/todolist
Simple todo list with electron and react
https://github.com/zosman1/todolist
Last synced: 12 months 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T01:45:51.000Z (about 9 years ago)
- Last Synced: 2025-05-21T10:12:54.967Z (about 1 year 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