# kasirapp Component Yang Harus di Install
- react bootstrap : npm install react-bootstrap bootstrap
- install sweetalert : npm install sweetalert --save
- install axios : npm install axios
- install to route dom (untuk route dinamis url) : npm install react-router-dom
- install to db.json local to try : npm install -g json-server
- untuk menjalkan file db json di local : json-server --watch db.json --port=3004