Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 1.07 KB

README.md

File metadata and controls

41 lines (21 loc) · 1.07 KB

Getting Started with Create React App

This project was bootstrapped with Create React App, using the Redux and Redux Toolkit TS template.

Electron was added manually to give the possibility to run the app on desktop.

Available Scripts For Browser

In the project directory, you can run:

yarn install

Installs all of the dependencies needed to run this app.

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Available Scripts For Desktop

In the project directory, you can run:

yarn install

Installs all of the dependencies needed to run this app.

yarn electron:serve

Runs the app in the development mode.
will automatically open a desktop window with the app running on it

The page will reload if you make edits.
You will also see any lint errors in the console.