This is an application for web based point of sale system. In this project, we built the front-end for the system.
First, from the root, run the command:
cd .\React\my-app\
and then run
npm install
to install all needed packages. To run the UI of the website, type the command
npm start
Run
npm build
to build the project to publish to user
First, from the root, run the command:
cd .\React\my-app\
and then run
yarn install
to install all needed packages. To run the UI of the website, type the command
yarn start
Run
yarn build
to build the project to publish to user