View Demo · Report Bug · Request Feature
This project is a my front end project, the name is Rythz-POS App. Rythz-POS App is an application website to make it easier for cashiers to make transactions with buyers. Here my frontend uses Vue.Js and my backend uses Node.Js (Express.Js) More about Vue. More about Vue
- Download this Project or you can type
git clone https://github.com/ardhikarn/rythzpos-frontend.git
- Open app's directory in CMD or Terminal
- Type
npm install
oryarn install
- Add .env file at root folder project
VUE_APP_URL = https://backend-rythzposs.fwdev.online/
- Type
npm run serve
npm run build
npm run lint