Or how to visualize easily and quickly your databases
- Launch a mysql database with docker-compose
- Start the app by running
npm run dev
- Access the app through the windows or in a browser on the url
localhost:8000
"build-renderer": build and transpile Next.js layer
"build-electron": transpile electron layer
"build": build both layers
"dev": start dev version
"dist": create production electron build
"type-check": check TypeScript in project
You can create the production app using npm run dist
.