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 > queries.js and set
serverUrl,menuName,departmentName,userName,tickettypeName, andterminalNameconstants to setup GraphQL server. - Edit app > signalr.js and set
serverUrlconstant to setup SignalR Server.
#Contributors
Emre Eren (https://github.com/emreeren)
Jesse Parker (https://github.com/kendash)
Q McKay (https://github.com/QTMcKay)