Let's learn how to build a simple point of sale app with angular, download this source code project.
PLay Video demo
How to ?? #
Download NPM or Git
Install angular globaly just open terminal and run : npm install -g @angular/cli
Download this apps extract file download to your project, then right click and select git bash here
run npm install
after installation success you can run this apps, just run command ng serve
Open localhost:4200
on your web browser.
For create new product / item you can edit and insert new product on src\assets\json\config.json file
Hapy codding !!
Tags: angular source code point of sale