Skip to content

iyonaga/electron-twitter-client

Repository files navigation

electron-twitter-client

Twitter client built with Electron, React and Redux

2018-08-23 13 23 58

Development

# 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