Get started quickly
This guide will help you get the Mini POS System up and running on your local machine in just a few minutes.Install Tailwind CSS
The application uses Tailwind CSS for styling. Install the dependencies:
The project uses locally compiled Tailwind CSS to avoid CDN issues with the service worker.
Access the application
Open your browser and navigate to your local server (typically
http://127.0.0.1:5500 or http://localhost:8000).You’ll see the dashboard with these main sections:- Dashboard - View sales statistics and recent transactions
- Products - Manage your product inventory
- POS - Process sales transactions
- Reports - View detailed sales reports
Add your first product
- Click Products in the navigation
- Click Add Product
- Enter a product name (e.g., “Coffee”)
- Enter a price (e.g., “50”)
- Click Add Product
Project structure
Here’s what the main files look like:What’s next?
Now that you have the Mini POS System running, explore these features:Customize Branding
Replace the logo and update the app name to match your business.
Product Management
Learn how to efficiently manage your product inventory.
Currency Settings
Configure currency symbols and formatting for your region.
Offline Support
Understand how the PWA works without an internet connection.