Electron application allowing you to have all the local development tools in a single application.
Example :
- Swagger (local server) on http://localhost:3000
- Graphical database administration tools (PgAdmin, PHPMyAdmin) on local server. On http://localhost:3500
- etc.
$ npm run start
Or start with watch mode :
$ npm run start:watch
$ npm run package
$ npm run make