Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

tahnik/devRantron

Repository files navigation

appveyor-badge travis-badge Code Climate Github All Releases node GitHub contributors slack

Unofficial devRant Cross Platform Desktop Application

devRantron Banner

Our app is now in beta! We have almost finished implementing all the features and we can't wait for you guys to try it out!

Login with devRant Account

devRantron 1

View Rants and Make Comments

devRantron 2

Post Rants and Pick Emojis!

devRantron 3

Get Real Time notifications

devRantron 4

Make Your Custom View!

devRantron 4

This is our approach to create a cross platform desktop application for devRant.io.

Requirements to build this software:

- NodeJS v^8.1.0

Preferable editor to work on the source code:

- Visual Studio Code

How to setup the project:

  • Install NodeJS from here: https://nodejs.org/en/

  • Clone this repository using: git clone https://github.com/tahnik/devRantron.git

  • cd into downloaded directory

  • Install dependencies

    npm install
  • To run in development with hot reloading, type the following into a terminal:

    npm run dev

    The command will start two processes. One process will create a webpack-dev-server that will watch and reload the bundle as you edit and will make it available at http://localhost:8080. The second process will run the electron app in development mode, meaning that it will open up devtools with React and Redux devtools initialized.