-
Notifications
You must be signed in to change notification settings - Fork 149
Description
Short explanation
I cloned the master/main branch and the template was just broken.
The template did not want to install, without using --legacy-peer-deps and even then the app did not start.
Just lots of errors about many missing variables or type errors and other critical parts being wrong.
The latest commit is 4 - 5 months old and some commits even 2 years or older.
I know that the actual Vendure API server is the main product and devs are most likely focused on that, especially now that the new version was recently released.
Suggestions and wishes
-
Jump this starter to the latest Angular version and change the Angular Universal package to the new Angular SSR.
-
Refactor from modules to standalone.
-
Implement missing/broken features or at least remove incomplete solutions and provide a base to start with.
-
Also, Karma is deprecated for testing, so I recommend trying out Jest to replace Jasmine/Karma combo.