Skip to content

Electron, React Boilerplate project with support for FluentUI.

License

Notifications You must be signed in to change notification settings

yarli4u/erb-fluentui-example

Repository files navigation

erb-fluentui-example

Electron React Boilerplate FluentUI Example uses Electron, React, React Router, Webpack, React Fast Refresh and FluentUI.

Install

Clone the repo and install dependencies:

git clone --depth 1 --branch main https://github.com/yarli4u/erb-fluentui-example.git your-project-name
cd your-project-name
npm install

Starting Development

Start the app in the dev environment:

npm start

Packaging for Production

To package apps for the local platform:

npm run package