Twitter client built with Electron, React and Redux
# 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