- Go to the app directory
- npm install
- npm start
- the home page is reachable when you logout from the dashboard (because it is intially set with an already registered admin), or you can go to the localStorage and set the key (antd-pro-authority) with value (guest) to see the UI in guest's view. Basically, just switching the role between (admin, user, guest) for now.
- The Create Order page is 90% completed, but we need to put the newly created item into a item table list.
- The Order Page
- The Invoice Page