@lucascalazans/bario-ui-kit
v1.0.1
Published
This repository is the UI of point of sale Platform.
Downloads
4
Readme
Description
This repository is the UI of point of sale Platform.
Getting Started
Install the dependencies
npm install
docker run -d -p 5050:80 -v /bario/ --name bario diegoparente/bario-api-sqlite
Start the server
npm start
docker start {IMAGE_ID}