SimplCommerce
SimplCommerce copied to clipboard
Plan on the front-end code?
I love the structure of this project. It's much clearer than other open-source commerce applications. But I notice that the admin portal is still based on angularjs 1.x, which is no longer recommended in modern web application.
And how about making it a pure-api-backend repository? And then we could add two pure front-end projects, for example, SimplCommerce-Admin
and SimplCommerce-Shop
.
I like your idea. Maybe Blazor Webassembly is a good idea for the admin part (#951)?