From 2e19f7ca922adb360f659d3b778029b78fc68f23 Mon Sep 17 00:00:00 2001 From: Kit Randel Date: Thu, 4 Jun 2020 17:33:19 +1200 Subject: [PATCH] Add single-spa details to readme. (#1206) Co-authored-by: Caleb Ellis --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a985bcd9cc..fb05b738fe 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ It is comprised of the following [yarn workspaces](https://yarnpkg.com/lang/en/d - *ui*: the react maas client (all new work should be in this workspace). - *legacy*: the angularjs maas client. + - *root*: a single-spa app, providing top-level routing between both *ui* and *legacy*. - *shared*: code shared between both legacy and ui. - *proxy*: a proxying express project, used for serving both legacy and ui projects in development. @@ -51,6 +52,7 @@ MAAS server source and issue tracking [can be found on Launchpad](https://launch ## Built With * [React](https://reactjs.org/) * [Redux](https://redux.js.org/) + * [single-spa](https://single-spa.js.org/) * [Angularjs](https://angularjs.org/) (legacy) ## Team Members