/pleio_template

A new responsive theme for Pleio based on React.js and GraphQL

Primary LanguageJavaScript

Pleio template

This repository is the base of the new responsive Pleio subsite theme. It contains a frontend codebase using React.js and Apollo client and also contains a GraphQL API to query the backend services.

Installing a development environment

Install all the required Javascript dependencies with

yarn install

Building

Building the code is done by Webpack using the following function

yarn run build

When developing use the watch function

yarn run watch

Testing

The template comes with a test suite running Jest. Run the test suite with

yarn run test