WMS react is a react application used together with the android handheld scanner written in React.
If you are using Visual Studio Code IDE.
git pull http://tnet-git.trendnet.local:8080/git/root/WMS.React.git
cd WMS.React
code .
npm i env-cmd
npm install
npm start
REACT_APP_API_URL = Write the url of the API
REACT_APP_ANALYTICS_URL = Write the url of the Analytics module
Keep in mind our formatting and variable naming conventions: we use camel case for variables, functions, and components, prefer let over var, and omit semicolons at the end of statements for consistency. Ensure your code is clean and readable, with meaningful names and clear comments explaining complex logic. We value maintaining a uniform code style, so adhere to our established guidelines and use ESLint or Prettier for formatting.
[Eliminate] - Elimination needed in near future [Discusion needed] - Needs team discussion
Help is welcomed. Please make sure to write component tests in Jest and follow best practises.