Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gengjiawen/modern_industrial_software
- Owner: gengjiawen
- License: mit
- Created: 2024-06-02T04:59:27.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-02T10:27:53.000Z (3 months ago)
- Last Synced: 2024-10-18T21:03:59.061Z (2 months ago)
- Topics: electronjs, mantine-ui, react
- Language: TypeScript
- Homepage:
- Size: 401 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.