This project is a robust desktop application built with Electron, React, Vite, TypeScript, and Tailwind CSS. It provides a modern, scalable, and high-performance foundation for building powerful desktop applications.
Tip
Electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS.
Tip
React: A JavaScript library for building user interfaces.
Tip
Vite: An opinionated web dev build tool that serves your code via native ES Module imports during dev and bundles it with Rollup for production.
Tip
TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.
Tip
Tailwind CSS: A utility-first CSS framework for rapidly building custom user interfaces.
git clone https://github.com/Allobaba-WebScrapy/Desktop-App.git
cd Desktop-App
npm install
npm run electron:dev
Note
You can also see a web version of this application by visiting localhost:3000
in your web browser. Please make sure the application is running locally before you try to access the web version.