victormier / liquid_client

Front end client for Liquid
MIT License
0 stars 0 forks source link

Liquid Client

[CircleCI]

Based on this boilerplate.

Docker dev enviornment installation

docker-compose up

Getting started

About

Backend is provided by graph.cool.

Installation

npm install

Running dev server

You do NOT need to run your own GraphQL server. Simply run the npm run dev command. If you want to work with your own backend change the API_URL value in src/config/index.js.

Production

If you want to run production with webpack-dev-server.

production:webpack

If you would rather use static files use the build command.

production:build

Running tests

docker-compose run web test

To do