Gattalraouf / GIS-Desktop-web-app

A desktop and web tool app to create geographical information systems (ArcGis alike) build with react redux and electron using ant-design, react-geo, open layers and Jsts apis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run electron

open an electron window on the desktop

npm run lunch

it combines both of the previous command, it runs the react server and open a desktop window (you need to refrech the window when the server is fully loaded)

npm install (important❗️️️❗️❗️)

run this command on the terminal to install dependencies "npm install" if electron installation error occured use: sudo npm install electron --save-dev --save-exact --unsafe-perm=true --allow-root install node-sass using: sudo npm install --save --unsafe-perm node-sass

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

A desktop and web tool app to create geographical information systems (ArcGis alike) build with react redux and electron using ant-design, react-geo, open layers and Jsts apis

License:MIT License


Languages

Language:JavaScript 96.6%Language:CSS 2.8%Language:HTML 0.6%