Clone and run for a quick way to build Electron app in ES modules
# Clone this repository
git clone https://github.com/OriginalSin/map-cache.git
# Go into the repository
cd map-cache
# Install dependencies
npm install or yarn install
# Run the app
npm start or yarn start
- reload the electron app on file changes in Dev environment
- ES modules are supported. eg "import * from ''"
MIT