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!
This is our approach to create a cross platform desktop application for devRant.io.
- NodeJS v^8.1.0
- Visual Studio Code
-
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 athttp://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.