Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 5 hours ago
JSON representation

Template for developing Electron applications using TypeScript and Fluent UI React components

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/).

![Windows Light](docs/windows-light.png)
![Windows Dark](docs/windows-dark.png)
![macOS Light](docs/macos-light.png)
![macOS Dark](docs/macos-dark.png)

## 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
```