A simple point of sale application built using react & node.js.
This is still work in progress.
- 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.


