Skip to content

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

License

Notifications You must be signed in to change notification settings

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

    $ 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