pleio/pleio_template

This package is abandoned and no longer maintained. No replacement package was suggested.

The responsive theme for Pleio subsites.

Installs: 2 166

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 7

Forks: 1

Open Issues: 0

Language:JavaScript

Type:elgg-plugin

dev-master 2018-05-29 09:44 UTC

This package is not auto-updated.

Last update: 2020-02-21 17:04:10 UTC


README

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