Xplorer
A customizable, modern and cross-platform file explorer.
Xplorer is a modern file explorer that supports multiple platform built on the top of JavaScript. Xplorer is currently on development progress. Suggest improvement on Xplorer here.
.
├── LICENSE // License
├── package.json // Dependencies list
├── README.md // Read Me file
├── build // Sources for compiling app
├── dist // Compiling app output
├── node_modules // Dependencies
└── src // Source code of the Xplorer
├── Components // Components of Xplorer
├── config // JSON files of user preferences
├── Functions // Function that frequently being called
│ ├── DOM // Function that change DOM property
│ ├── Math // Math Functions
│ └── Theme // Function that change Xplorer theme
├── icon // Icon inside Xplorer
├── Languages // Multilingual resources for Xplorer
├── node-disk-info // Detect user's node disk
└── public // Basic HTML and CSS files
- Download and install node js.
- Clone this repository
- Install dependencies by running
npm installcommand. - Start development by running
npm startcommand.
Apache