Simple Angular app which manage a bunch of persons. You can display, delete and modify them. You can also add more if needed. The server which is the personServer repository is required
The project is able to run in the Browser aswell as a desktop application, due to the help off electron
Use "npm run start" to start the the app for the browser only Use "npm run electron-build" to build and run the app for the Desktop Use "npm run electron" to run the app in the Desktop