Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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