react-point-of-sale
react-point-of-sale copied to clipboard
A simple point of sale app built in nodejs and reactjs
trafficstars
react-point-of-sale
A simple point of sale application built using react & node.js.
Note
This is still work in progress.
To run the current code in development mode
- Run
yarnto install all the dependencies in the root and also in theapifolder. - Run
yarn dev:webin one terminal session to start the web app inlocalhost:3000 - Run
yarn dev:apiin another terminal session to start the backend API inlocalhost:3500 - Navigate to http://localhost:3000 and use
adminas username & password to see the dashboard.
Some screenshots