Skip to content

Technical demonstrator for creating maritime track replay app using React & LeafletJS

License

Notifications You must be signed in to change notification settings

debrief/reactol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7a3afb4 · Apr 7, 2025
Apr 1, 2025
Feb 7, 2025
Apr 3, 2025
Jan 23, 2025
Feb 12, 2025
Mar 20, 2025
Apr 7, 2025
Apr 7, 2025
Apr 3, 2025
Apr 3, 2025
Apr 4, 2025
Feb 6, 2025
Jan 29, 2025
Nov 14, 2024
Jan 29, 2025
Jan 23, 2025
Jan 24, 2025
Jan 24, 2025
Jan 24, 2025
Mar 26, 2025
Apr 1, 2025
Apr 3, 2025
Apr 4, 2025
Mar 31, 2025
Feb 7, 2025
Dec 20, 2024
Dec 20, 2024
Nov 14, 2024
Apr 3, 2025
Jan 24, 2025
Jan 24, 2025
Jan 24, 2025
Apr 4, 2025

Repository files navigation

reactol

Technical demonstrator for creating maritime track replay app using React & LeafletJS

Netlify Status

Prerequisites

  • Node.js (v16.x or newer recommended)
  • yarn
  • Electron
  • Vite

Scripts

Development

  1. Run the Development Server

Start the Vite development server: yarn dev

  1. Start Electron in Development Mode

Launch Electron in development mode: yarn start-electron

Build

  1. Build the Application

Compile TypeScript and bundle the application: yarn run build

  1. Package Electron App

Package the Electron app for distribution: yarn package-electron

  1. Make Installers for Electron

Create platform-specific installers: yarn make-electron

Storybook

  1. Launch Storybook to develop UI components in isolation: yarn storybook

  2. Build Storybook

Generate a static version of Storybook for production: yarn build-storybook