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

https://github.com/iyonaga/electron-twitter-client

Twitter client built with Electron, React and Redux
https://github.com/iyonaga/electron-twitter-client

electron react redux twitter-client

Last synced: about 2 months ago
JSON representation

Twitter client built with Electron, React and Redux

Awesome Lists containing this project

README

          

# electron-twitter-client
Twitter client built with Electron, React and Redux

2018-08-23 13 23 58

## Development
```bash
# Clone the repository
git clone https://github.com/iyonaga/electron-twitter-client.git
cd electron-twitter-client

# Install project dependencies
yarn

# Start the app
yarn start

# Start and watch changes
yarn dev

# Build the app
yarn package
```