Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nevinmathew/nativefier-for-dev.java


https://github.com/nevinmathew/nativefier-for-dev.java

command-line electronjs java nativefier

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Nativefier-for-dev.java

## Table of Contents
- [Introduction](#nativefier-for-devjava)
- [How to Use](#how-to-use)
- [Prerequisites](#prerequisites)
- [Build the Desktop App](#build-the-desktop-app)
- [Screenshots](#screenshots)

## Introduction
Nativefier is a command-line tool that effortlessly creates desktop apps for websites, wrapped by Electron in an OS executable (.app, .exe, etc) for use on Windows, macOS, and Linux.

In this project, I've developed a desktop application for [https://dev.java/](https://dev.java/)—the go-to platform for Java developers, offering hundreds of tutorials, news, and videos from experts.

## How to use
### Prerequisites
Before you begin, ensure that Nativefier is installed on your system. For more information, check out their [repository](https://github.com/nativefier/nativefier).

### Build the Desktop App
Install Nativefier and run
```bash
nativefier "https://dev.java/"
```

***Run the Desktop App***

Once the build process is complete, you'll find the executable file for your operating system (e.g., .app for macOS, .exe for Windows) in the output directory. Run the executable to launch the Dev.Java desktop app.

## Screenshot
![image](https://user-images.githubusercontent.com/88356497/217834312-bc0c24dc-7aec-4aa4-9bfa-84cf8fbb5298.png)