Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gengjiawen/modern_industrial_software


https://github.com/gengjiawen/modern_industrial_software

electronjs mantine-ui react

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Modern Industrial Software

An Electron application with React and TypeScript

Welcome to Modern Industrial Software, your go-to solution for agile software development using ElectronJS. By leveraging the power of ElectronJS, we've crafted a platform that combines the flexibility of web technologies with the robustness of desktop applications. Our integration with MantineUI ensures a seamless and visually appealing user experience.

## Key Features

### 🚀 Agile Development
- **Rapid Prototyping**: Quickly bring your ideas to life with our streamlined development process.
- **Iterative Improvements**: Easily implement changes and updates, ensuring your application evolves with your needs.

### 🌍 Cross-Platform Compatibility
- **Windows, macOS, and Linux**: Develop once and deploy across all major desktop platforms without any additional overhead.
- **Consistent User Experience**: Maintain the same look and feel across different operating systems, thanks to ElectronJS and MantineUI.

### 🛠️ Ease of Development
- **Web Technologies**: Utilize HTML, CSS, and JavaScript, making it accessible for web developers to create desktop applications.
- **MantineUI Integration**: Enjoy a rich set of UI components that are easy to customize and enhance, speeding up your development process.

## Recommended IDE Setup

- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)

## Project Setup

### Install

```bash
$ pnpm install
```

### Development

```bash
$ pnpm dev
```

### Build

```bash
# For Windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux
```

## Get Started

1. **Clone the Repository**: Get the latest version from our GitHub repository.
2. **Install Dependencies**: Run `pnpm install` to set up your development environment.
3. **Start Developing**: Use `pnpm dev` to launch the development server and see your changes in real-time.