BoostV / process-optimizer-frontend

A web frontend for ProcessOptimizer
BSD 3-Clause "New" or "Revised" License
10 stars 3 forks source link

Separate into application and library module #209

Closed langdal closed 1 year ago

langdal commented 1 year ago

This PR splits the main application into a number of supporting packages and a main application package. The packages are implemented using yarn workspaces and should be seen as the foundation for creating a better separation of the application components.

The main application is located in /sample-app and the supporting packages are located under /packages/...

This PR should leave the project working in the same manner as before the split, i.e., yarn dev, yarn start etc. should work as before. Also docker images and static builds can be made in the same way as before.