Ensure you have Node.js and npm installed. This has been tested with node v18.17.1
.
nvm is a useful tool for managing version of node.
Install the required packages:
npm install
If you encounter issues related to native modules, you may need to rebuild them against the version of Electron your project uses. To do this:
npm run rebuild
To start the app:
npm start
If you resize the window and want to refresh the app:
- On Windows/Linux: Press Ctrl + R
- On macOS: Press Cmd + R