A headless ecommerce framework built on TypeScript, Node & GraphQL.
Currently in pre-alpha, i.e. it is not yet useable.
Vendure is a headless framework, which means that it is just an API serving JSON via a GraphQL endpoint. The code for
the server is located in the server directory.
We will ship with an administration UI which is a stand-alone web application which can be used to perform tasks such
as inventory, order and customer management. The code for this is located in the admin-ui directory.
cd server && yarnyarn start:devcd admin-ui && yarnyarn startMIT
