SQE Robotic Welding Frontend

Frontend components of the robotic welding project:

Component Used Technology
Core UI Framework React.js
Styled UI components MUI
Dropzone for file choosing react-dropzone
Drag & Drop for element re-ordering react-easy-sort
On-page notifications react-toastify

Prerequisites

Running the frontend

Install dependencies: npm install

To run the development server, execute from the repositories root: npm start
To build the application for production, execute from the repositories root: npm run build