Technical demonstrator for creating maritime track replay app using React & LeafletJS
- Node.js (v16.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
-
Launch Storybook to develop UI components in isolation:
yarn storybook
-
Build Storybook
Generate a static version of Storybook for production: yarn build-storybook