Skip to content

thejatmik/electron-cesium-react-boilerplate

Repository files navigation

Electron + Typescript + React + Cesium

An atempt to create electron with Cesium for geospatial viewer

Template by npx create-electron-app elecesium_ts --template=typescript-webpack by electron-forge

Run development mode

npm start

Build Package

Create installed package on ./out/ directory

```sh
npm run package
```

Create package installer for publishing (*.deb, *.rpm, *.pkg, depends on maker config)

```sh
npm run make
```

Tested on

Ubuntu 20.04 latest
Node v14.17

About

An atempt to create electron with Cesium for geospatial viewer

Resources

Stars

Watchers

Forks