Pleio / pleio_template

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 45.4%Language:CSS 34.3%Language:PHP 20.3%