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
- Host: GitHub
- URL: https://github.com/weakky/aromaclop-backoffice
- Owner: Weakky
- Created: 2017-07-17T14:28:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-27T05:41:53.000Z (over 7 years ago)
- Last Synced: 2025-02-03T17:06:49.202Z (3 months ago)
- Topics: backoffice, ecommerce, graphql, reactjs
- Language: JavaScript
- Homepage:
- Size: 261 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.jsmutations/
index.jspages/
products/components/
Component.jsstyles/
Component.css
```