/apollo-crm

CRM build on a GraphQL Apollo Api with React

Primary LanguageJavaScript

Apollo CRM

GraphQL API and React UI App.

Run the server:

> cd server
> npm start

Run the client:

> cd client
> npm start