An open API service indexing awesome lists of open source software.

https://github.com/weakky/aromaclop-backoffice

ReactJS/Graphql backoffice for aromaclop app
https://github.com/weakky/aromaclop-backoffice

backoffice ecommerce graphql reactjs

Last synced: about 1 month ago
JSON representation

ReactJS/Graphql backoffice for aromaclop app

Awesome Lists containing this project

README

        

## Usage

Install packages

### `yarn install`

Start project

### `yarn start`

You can now view react-aromaclop-backoffice in the browser.

Local: http://localhost:3000/

On Your Network: http://192.168.1.22:3000/

Note that the development build is not optimized.
To create a production build, use yarn build.

## Folder Structure

```
app/
src/
graphql/

queries/
index.js

mutations/
index.js

pages/
products/

components/
Component.js

styles/
Component.css
```