A GraphQL-powered, single-page dashboard application for Saleor.
See the public demo of Saleor Dashboard!
Or launch the demo on a free Heroku instance.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js 10.0+
- A running instance of Saleor.
Clone the repository:
$ git clone https://github.com/bilalrns/metadata.git
Enter the project directory:
$ cd metadata
Install NPM dependencies:
$ npm i
export API_URI=http://localhost:8000/graphql/
To start the development server run:
$ npm start
To build the application bundle run:
$ npm run build