Reactjs based WebPOS Project for SambaPOS
#Installation
- Install NodeJS (https://nodejs.org/)
- Install Git and choose Use Git from the Windows Command Prompt option: (https://git-scm.com)
- run
git clone https://github.com/sambapos/pmpos.gitcommand to download project. - run
npm installcommand under project folder to install libraries. npm run startwill start dev server on 8080 port.npm run buildwill build for production.
#Configuration
- Edit
app > config.jsand setterminalName,userName,departmentName,ticketTypeName,menuName,entityScreenName, etc. to coincide with your SambaPOS configuration.
#Contributors
Emre Eren (https://github.com/emreeren)
Jesse Parker (https://github.com/kendash)
Q McKay (https://github.com/QTMcKay)