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
- Host: GitHub
- URL: https://github.com/iyonaga/electron-twitter-client
- Owner: iyonaga
- License: mit
- Created: 2018-02-06T00:18:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T04:25:16.000Z (almost 8 years ago)
- Last Synced: 2025-05-17T01:35:03.530Z (about 1 year ago)
- Topics: electron, react, redux, twitter-client
- Language: JavaScript
- Homepage:
- Size: 1.26 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# electron-twitter-client
Twitter client built with Electron, React and Redux

## 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
```