Tauri based file browser made with no dependencies.
Go to file
Ian Wijma a665490b14 Add build scripts to package.json
Added "build" and "build:tailwind" scripts to package.json file. The "build" script was added to bundle the app with Tauri, which enhances the application's security and performance. The "build:tailwind" script was also added to compile tailwind CSS styles into an index.css file. This ensures styles are correctly applied when app is built for production.
2023-11-28 00:18:56 +11:00
.vscode Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
assets Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
src Remove Permissions and add Date formatting in File listing 2023-11-28 00:16:34 +11:00
src-tauri Update bundle identifier in Tauri config 2023-11-28 00:18:38 +11:00
.gitignore Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
README.md Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
package-lock.json Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
package.json Add build scripts to package.json 2023-11-28 00:18:56 +11:00
tailwind.config.js Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00

README.md

Tauri + Vanilla

This template should help get you started developing with Tauri in vanilla HTML, CSS and Javascript.