Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 1.13 KB

File metadata and controls

64 lines (39 loc) · 1.13 KB

Saleor Dashboard

1 copy 2x

A GraphQL-powered, single-page dashboard application for Saleor.

Demo

See the public demo of Saleor Dashboard!

Or launch the demo on a free Heroku instance.

Deploy

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js 10.0+
  • A running instance of Saleor.

Installing

Clone the repository:

$ git clone https://github.com/RNSSolution/metadata.git

Enter the project directory:

$ cd metadata

Install NPM dependencies:

$ npm i

Configuration with backend

export API_URI=http://localhost:8000/graphql/

Development

To start the development server run:

$ npm start

Production

To build the application bundle run:

$ npm run build