Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1016 Bytes

File metadata and controls

45 lines (25 loc) · 1016 Bytes

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