alejandroSuch / Tweetkraken

A simple Electron app with React for fetching tweets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tweetkraken

A simple Twitter feed built with Electron + React.

Build

Prerequisites

You will need npm in order to build the project locally. Install it following their guide

Set up the project

Simply run

    npm install

Development

Run

    npm run dev

The script will run concurrently with wait.on to start both React and Electron in development mode.

Build

Run this to generate the application in your local platform.

    npm run build

You can also run the following scripts for each platform:

  • npm run build-electron-win : Build for Windows
  • npm run build-electron-lin : Build for Linux
  • npm run build-electron-mac : Build for MacOS
  • npm run build-all : Build for all the platforms above

About

A simple Electron app with React for fetching tweets.

License:MIT License


Languages

Language:JavaScript 75.6%Language:CSS 21.0%Language:HTML 3.4%