Technical demonstrator for creating maritime track replay app using React & OpenLayers
Node.js (v18.x or newer recommended)
yarn
Electron
Vite
Development
- Run the Development Server
Start the Vite development server:
yarn dev
- Start Electron in Development Mode
Launch Electron in development mode:
yarn start-electron
- Build the Application
Compile TypeScript and bundle the application:
yarn run build
- Package Electron App
Package the Electron app for distribution:
yarn package-electron
- Make Installers for Electron
Create platform-specific installers:
yarn make-electron