A file explorer built on AngularJS and Electron with a fresh yet familiar look.
Here is the public trello board for the application.
Note: The app starts by showing all your drives by default. It is still super early in development and you might see more bugs than features. If you do notice any, raise an issue and let me know. Even better, let's fix it!
npm run app
- runs the electron app
npm run serve
- runs the webpack dev server
npm run start-app
- concurrently runs both dev server and electron app