A simple project to emulate a receipt printer by displaying the receipt on a web page. This is ideal for testing and demonstrating receipt layouts without the need for a physical printer.
- Clone the repository:
git clone https://github.com/stva-odoo/receipt-web-printer/ cd receipt-web-printer - Install dependencies:
npm install
- Start the application
npm start
- Open your web browser and navigate to: http://127.0.0.1:3000