SEMA Back Office is a React Web client that allows SWE admins or other specific roles to analyze data (sent through the SEMA POS) so they can take better business decisions and to perform administrative tasks.
TBD
For development, you will need Node.js, and a node global package manager, Yarn, installed in your environement.
You will also need to make sure SEMA Core is setup and running successfully on your development machine.
- Clone the repo and enter the project folder
git clone https://github.com/untapped-inc/sema-back-office-web
cd sema-back-office-web
- Install react-scripts (To be able to run the client)
yarn global add react-scripts
- Install dependencies:
yarn
- Run the client:
yarn start
It should start running at http://localhost:3000
Please, read our Contribution Guidelines if you wish to participate into the development of SEMA.
For the full documentation on how to build/run this project in production mode, please, follow the tutorial over there.