A simple point of sale application built using react & node.js.
This is still work in progress.
- Run
yarn
to install all the dependencies in the root and also in theapi
folder. - Run
yarn dev:web
in one terminal session to start the web app inlocalhost:3000
- Run
yarn dev:api
in another terminal session to start the backend API inlocalhost:3500
- Navigate to http://localhost:3000 and use
admin
as username & password to see the dashboard.