https://github.com/oliverschwendener/electron-fluent-ui
Template for developing Electron applications using TypeScript and Fluent UI React components
https://github.com/oliverschwendener/electron-fluent-ui
electron fluentui react typescript
Last synced: 7 months ago
JSON representation
Template for developing Electron applications using TypeScript and Fluent UI React components
- Host: GitHub
- URL: https://github.com/oliverschwendener/electron-fluent-ui
- Owner: oliverschwendener
- License: mit
- Created: 2021-01-13T06:37:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-05T05:31:33.000Z (about 1 year ago)
- Last Synced: 2025-04-06T03:36:41.495Z (about 1 year ago)
- Topics: electron, fluentui, react, typescript
- Language: TypeScript
- Homepage:
- Size: 11.6 MB
- Stars: 76
- Watchers: 4
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Electron + Fluent UI React
This is a repo to quickly start the development of an electron application with [Fluent UI React](https://react.fluentui.dev/).




## Development
- Install dependencies
```
$ npm install
```
- Run app in dev mode
```
$ npm run dev
```
- Lint files
```
$ npm run lint
```
- Perform typecheck
```
$ npm run typecheck
```
- Run tests
```
$ npm run test
```
- Build and package app
```
$ npm run build && npm run package
```