Point of sale
Luis Quintero β’ December 24, 2018
pos design development javascript ui uxThis was a fullstack project done to test the UX from a Point of Sale written mostly in Javascript and PHP, our current Point of sale is written in .NET and we are keeping some of the main features of it,
Check the live version or download the repo from github
About KASHABLE
kashable is a web point of sale starter build with laravel, vue js and tailwindcss.
Install
download the repo and
composer install
install the node dependencies
npm install
compile the assets
npm run prod