Skip to content

oliverschwendener/electron-fluent-ui

Repository files navigation

Electron + Fluent UI React

This is a repo to quickly start the development of an electron application with Fluent UI React.

Windows Light Windows Dark macOS Light macOS Dark

Development

  • Install dependencies

    $ pnpm install
    
  • Run app in dev mode

    $ pnpm dev
    
  • Lint files

    $ pnpm lint
    
  • Perform typecheck

    $ pnpm typecheck
    
  • Run tests

    $ pnpm test
    
  • Build and package app

    $ pnpm build && pnpm package