Skip to content

CodingByDay/WMS.React

Repository files navigation

WMS React

WMS react is a react application used together with the android handheld scanner written in React.

 Cover

Development environment

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

Environment variables

REACT_APP_API_URL = Write the url of the API
REACT_APP_ANALYTICS_URL = Write the url of the Analytics module

Formating

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.

Placeholders

[Eliminate] - Elimination needed in near future [Discusion needed] - Needs team discussion

Contributing

Help is welcomed. Please make sure to write component tests in Jest and follow best practises.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published